List batch jobs with filters
Dashboard-authenticated extension for paginated batch job listing with status and provider filters.
Headers
Authorization
Bearer token. Use Bearer <JWT> dashboard authentication.
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 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
401
Unauthorized Error