List Jobs
Jobs
List Jobs
List all jobs with optional filtering and pagination.
GET
List Jobs
Lists monitoring and digest jobs for the current user, with optional filtering and pagination.
Use this endpoint as your entry point for dashboards, health checks, and cleanup workflows.
Common Uses
- Build a job table with status and age.
- Discover active jobs before restarting workers.
- Filter jobs by type or status before follow-up actions.
Workflow
- Call
GET /jobsto list candidate jobs. - Open one with Get Job Details.
- Stop long-running jobs with Cancel Job when needed.
Related
- Lifecycle overview: Job Lifecycle
- Troubleshooting: Debugging Playbook
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.