Skip to main content
GET
List job applicants

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

limit
integer
default:25

Page size (default 25, max 100).

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a prior response's nextCursor.

jobId
string
required

The job ID to list applicants for.

filters
string

Optional basic filters as a JSON-encoded string. Recognized keys: schoolYear, grades[], schools[], status, country ('us'|'international'|'all'), verified ('verified'|'all'), hasTikTok, hasInstagram, minTikTokPosts.

Response

Cursor page of enriched applicants for the job.

nextCursor
string | null
required
hasMore
boolean
required
data
object[]
required
filters
object

Echo of the filters that were applied (as supplied by the caller).