List job executions
jobs
List job executions
Returns paginated list of executions for a batch job, sorted by creation time. Each execution contains status, task counts, and timing information.
GET
List job executions
Authorizations
OAuth2 authentication with JWT tokens
Path Parameters
Name of the job
Query Parameters
Number of items per page
Required range:
1 <= x <= 100Page offset
Required range:
x >= 0Response
successful operation
Job execution metadata
Job execution specification
Job execution statistics
Job execution status
Available options:
queued, pending, running, cancelling, cancelled, failed, succeeded, timeout List of execution tasks
Last modified on April 8, 2026
