Retrieve all applications.
Supported integrations
(id IN ids) AND (remote_id IN remote_ids)ID of the integration you want to interact with.
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.
1 <= x <= 250Filter the entries based on the modification date in format YYYY-MM-DDTHH:mm:ss.sssZ. Returns records where either the record itself OR its nested data has been updated since this timestamp, even if the record's own changed_at field remains unchanged.
If you want to track entry deletion, also set the include_deleted=true query parameter, because otherwise, deleted entries will be hidden.
For more details, see Understanding changed_at vs updated_after Behavior.
By default, deleted entries are not returned. Use the include_deleted query param to include deleted entries too.
true, false Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
Filter by a comma-separated list of remote IDs.
(⚠️ Deprecated - Use the outcomes filter instead.) Filter applications by outcome. This allows you to get applications that are for example PENDING, HIRED, or DECLINED.
PENDING, HIRED, DECLINED Filter by a comma-separated list of PENDING, HIRED, DECLINED
PENDING: The application is still being processed.HIRED: The candidate was hired.DECLINED: The candidate was declined.Leave this blank to get results matching all values.
Filter by a comma-separated list of job IDs. We will only return applications that are related to any of the jobs.
Filter by a comma-separated list of job remote IDs. We will only return applications that are related to any of the jobs.
Filter by a comma-separated list of application stage IDs. We will only return applications that are currently in any of the stages.
Filter applications by the day they were created in the remote system. This allows you to get applications that were created on or after a certain day.