v1
latestOpenAPI 3.0.32026-07-23366.7 KBHRIS API
Retrieve job applications with optional filters
Fetch job applications, optionally filtered by last-status-update date range and/or pipeline stage.
- job_application_status_start / job_application_status_end bound the last status-update timestamp (UTC). If _start is omitted it defaults to 30 days in the past.
- job_application_status restricts results to a single pipeline stage. When omitted, all statuses within the date range are returned.
get/v1/job-applications
Query parameters
job_application_status_startstring date-time
Filter by last status-update start date (UTC). Defaults to 30 days in the past.
job_application_status_endstring date-time
Filter by last status-update end date (UTC).
job_application_statusstring
Filter by pipeline stage (e.g. Application Extended, Offer Accepted). Must be a step in an Active Pipeline Template.
Response
OK — successfully retrieved job applications matching the filter criteria.