v1
latestOpenAPI 3.1.02026-07-26167644759.4 KBList jobs
Returns a list of jobs. Uses cursor pagination.
Query parameters
Number of jobs to return per page (min: 1, max: 50, default: 25).
Base64-encoded cursor for pagination. Use the nextCursor value from a previous response to fetch the next page. Omit for the first page.
Filter jobs by sync watermark on or after this date. Useful for incremental synchronization. Defaults to beginning of time if not provided.
Filter jobs by sync watermark on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.
Filter jobs by company IDs.
[ "company-123", "company-456" ]
Filter jobs by candidate email addresses. Returns jobs that have at least one application from a candidate with a matching email.
[ "candidate@example.com" ]
Optional related data to include in the response. Available options: jobBoards.
[ "jobBoards" ]
Response
Successfully retrieved jobs. Returns items array with pagination info containing cursor for the next page.