List batch jobs with query filters

Dashboard-authenticated POST-for-filtering route for batch jobs. 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

pageintegerOptional>=1
Page number.
page_sizeintegerOptional1-100
Number of results per page. Maximum 100.
statusstringOptional
Filter dashboard batch jobs by normalized batch status.
provider_idstringOptional
Filter dashboard batch jobs by provider ID.

Response

Paginated filtered list of batch jobs.
countinteger
Total number of matching batch jobs.
resultslist of objects
nextstring or null
URL for the next page, if any.
previousstring or null
URL for the previous page, if any.

Errors

400
Bad Request Error
401
Unauthorized Error