Get batch job summary

Dashboard-authenticated extension for aggregated batch job statistics.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer <JWT> dashboard authentication.

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

401
Unauthorized Error