v6
latestOpenAPI 3.1.02026-08-071255851.3 MBGet applications
Get all applications.
Query parameters
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.
The number of results to return per page. Maximum is 250.
The number of results to return per page. Maximum is 250.
Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
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
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
}
}