v6

latestOpenAPI 3.1.02026-08-071255851.3 MB
AI Apply

Get applications

Get all applications.

get/ai-apply/applications

Query parameters

cursorstring

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

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

page_sizeinteger

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

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

idsstring

Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.

Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.

job_posting_idsstring

Filter by a comma-separated list of job posting IDs such as 89V6GEKpdZwqbxQz59n1ftFb,kcGHREEXCMF26Yhpuyh1gDVE.

Filter by a comma-separated list of job posting IDs such as 89V6GEKpdZwqbxQz59n1ftFb,kcGHREEXCMF26Yhpuyh1gDVE.

Response

GET /ai-apply/applications Positive response

status'success' required

Example response

{
  "data": {
    "results": [
      {
        "id": "ADbmw5XSkeCSE1fAucoxEGnwZ",
        "job_posting_id": "JDn252PEYa4rMhKbJBjtn3ng",
        "status": "PENDING",
        "candidate_email": "candidate@example.com",
        "proxy_email": "candidate@proxied.com",
        "created_at": "2025-01-01T00:00:00.000Z",
        "updated_at": "2025-03-02T23:12:32.000Z"
      }
    ],
    "next": null
  }
}