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
Authentication
Query parameters
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).
Response
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.