Skip to main content
GET
List applicants across every job

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Query Parameters

Case-insensitive applicant name substring; narrows the per-job sample and its matchingApplicants count.

Maximum string length: 120
status
string

Sample bucket. open is unreviewed with no contract (the applicants tab default), invited holds a contract, Bookmarked, or a raw status such as Waiting Review. Omit for all applicants.

Maximum string length: 40
limit
integer
default:5

Newest applicants returned per job; 0 returns counts only.

Required range: 0 <= x <= 20
jobs
integer
default:10

Jobs covered, live first then newest. totalJobs in the response says how many exist.

Required range: 1 <= x <= 50

Response

One row per job with its counts and newest applicants.

data
object
required