v1
latestOpenAPI 3.1.02026-08-0458234268.6 KBList batches
Returns a paginated list of batch jobs belonging to the authenticated user, sorted by last modified time descending. Use the status filter to narrow results to in-progress or completed batches. Use date_from / date_to to filter by last modified time range.
Query parameters
Filter by batch status. processing returns in-progress batches; completed returns finished batches.
Return only batches last modified at or after this ISO 8601 datetime (e.g. 2024-01-01T00:00:00Z).
UTC filter. Accepts ISO 8601 with optional Z/offset, or YYYY-MM-DD[ HH:MM:SS] (assumed UTC). Takes precedence over the non-_utc variant.
Return only batches last modified at or before this ISO 8601 datetime (e.g. 2024-12-31T23:59:59Z).
UTC filter. Accepts ISO 8601 with optional Z/offset, or YYYY-MM-DD[ HH:MM:SS] (assumed UTC). Takes precedence over the non-_utc variant.
Number of results per page (default 20).
Page number.
Headers
OAuth2 authentication flows. Auth server URLs will vary by environment
API key for authentication
API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.
Response
Paginated list of batch jobs