Skip to main content
GET
Get job postings with application forms

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

Query Parameters

cursor
string

An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.

page_size
integer<int64>
default:5

The number of results to return per page. Maximum is 5.

Required range: 1 <= x <= 5
ids
string

GET /ai-apply/postings/forms Parameter

career_site_ids
string

GET /ai-apply/postings/forms Parameter

job_codes
string

GET /ai-apply/postings/forms Parameter

updated_after
string<date-time>

Filter records whose updated_at is on or after this timestamp, in format YYYY-MM-DDTHH:mm:ss.sssZ. The comparison is inclusive (updated_at >= updated_after).

updated_at only moves on customer-facing changes, so it is stable for incremental polling. For job postings that includes availability, archival, URL, job code, and the current form revision. For applications that includes status, candidate email, and the linked job posting.

Pattern: ^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?)?Z?$

Response

GET /ai-apply/postings/forms Positive response

status
string
required
Allowed value: "success"
data
object
required