List Jobs
list_jobsList all jobs in your account, ordered by most recent update. Each summary includes job, company, contact slugs, and hiring pipeline ID.
Instructions
Lists all jobs in the account, most-recently updated first. Returns compact summaries with slug, company_slug, contact_slug, and hiring_pipeline_id. Use search_jobs for filtered queries; use hiring_pipeline_id with list_candidate_hiring_stages for job-specific stage lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| limit | No | Records per page (max 100, default 100). | |
| sort_by | No | Sort field (default updatedon). | |
| sort_order | No | Sort order (default desc). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | Yes | ||
| page | Yes | ||
| has_more | Yes | ||
| returned_count | Yes |