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
page
Page number.
page_size
Number of results per page. Maximum 100.
status
Filter dashboard batch jobs by normalized batch status.
provider_id
Filter dashboard batch jobs by provider ID.
Response
Paginated filtered list of batch jobs.
count
Total number of matching batch jobs.
results
next
URL for the next page, if any.
previous
URL for the previous page, if any.
Errors
400
Bad Request Error
401
Unauthorized Error