Jobs
List jobs
Cost: free
GET
List user jobs
Retrieves a list of all active jobs for the authenticated user, including job limits and current status information.
This endpoint provides:
- 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.
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.
Cost: free
List user jobs