- job limits: current, remaining, and maximum allowed concurrent jobs,
- active jobs: list of all jobs with their current status and input parameters,
- job management: overview of your job queue and capacity.
Response structure
The response includes:limits
: your job quota information (current/remaining/max concurrent jobs),active
: array of active jobs with their ID, status, and cleaned input parameters.
This endpoint returns only active jobs (with status
pending
or processing
). Jobs with status failed
or completed
are not included in the response. To check status for specific job, use /jobs/{jobId}
endpoint.Use cases
- Monitor job queue: check how many jobs are currently active,
- Job management: see which jobs are pending, processing, or completed,
- Capacity planning: understand your remaining job slots before creating new jobs.
Authorizations
Response
Successful response