Filter batch job summary

Dashboard-authenticated extension for aggregated batch job statistics after applying filters.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer <JWT> dashboard authentication.

Request

This endpoint expects an object.
statusstringOptional
Batch status filter.
provider_idstringOptional
Provider filter.
filtersmap from strings to anyOptional
Reserved for dashboard filter payloads.

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