Filter batch jobs
Dashboard-authenticated POST-for-filtering route for batch jobs. Returns the same paginated response shape as GET /api/v1/batches/list/.
Headers
Authorization
Bearer token. Use Bearer <JWT> dashboard authentication.
Query parameters
page
Page number.
page_size
Number of results per page. Maximum 100.
Request
This endpoint expects an object.
status
Batch status filter.
provider_id
Provider filter.
filters
Reserved for dashboard filter payloads.
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