Get batch job summary with query filters

Dashboard-authenticated extension for aggregated batch job statistics. The backend delegates POST to GET, so filters are query parameters (status, provider_id) and request bodies are ignored.

Authentication

AuthorizationBearer

Use a dashboard JWT only for dashboard-authenticated endpoints. Respan API-key endpoints use the respanApiKey auth field instead.

Query parameters

statusstringOptional
Filter dashboard batch jobs by normalized batch status.
provider_idstringOptional
Filter dashboard batch jobs by provider ID.

Response

Batch job summary.
total_batchesinteger
active_batchesinteger
completed_batchesinteger
failed_batchesinteger
total_costdouble
total_requestsinteger
total_completed_requestsinteger
total_failed_requestsinteger
by_statusmap from strings to integers
by_providermap from strings to integers

Errors

400
Bad Request Error
401
Unauthorized Error