Skip to content

API Errors

This page lists current metadata API error behavior.

Endpoint matrix

EndpointStatusMeaning
GET /report-builder/sources200Authorized source list
GET /report-builder/sources/{source}200Source metadata returned
GET /report-builder/sources/{source}403Source exists, request not authorized
GET /report-builder/sources/{source}404Source key not found

Export endpoints

CSV/XLS/XLSX export endpoints are not available in the current package phase, so there are no export error codes yet.

Frontend handling guidance

  • Handle by status code first.
  • Use specific UX for 403 vs 404.
  • Avoid depending on raw backend message strings.