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
status
Filter dashboard batch jobs by normalized batch status.
provider_id
Filter dashboard batch jobs by provider ID.
Response
Batch job summary.
total_batches
active_batches
completed_batches
failed_batches
total_cost
total_requests
total_completed_requests
total_failed_requests
by_status
by_provider
Errors
400
Bad Request Error
401
Unauthorized Error