Retrieve ATS job postings
Use this endpoint to retrieve job postings by specifying the job board ID or job ID. It provides detailed postings with job details, publication status, and relevant metadata.
Token scopes: ats:read
Use this endpoint to retrieve job postings by specifying the job board ID or job ID. It provides detailed postings with job details, publication status, and relevant metadata.
Token scopes: ats:read
Job board to list postings from (UUID).
When set, only postings for this job are returned (UUID).
Opaque cursor for pagination. Use the value from next_cursor of the previous response to fetch the next page.
Maximum number of job postings to return per page (min: 1, max: 100).
Successful operation. Returns job postings for the requested job board (and optional job filter), with nested job details and publication state per board.
Job postings returned for this request (single page; pagination not yet implemented).
Whether additional pages exist; currently always false for this endpoint.
Opaque cursor for the next page; currently always null until pagination is implemented.
Number of job postings included in data for this response.
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/