List applicants with advanced filters
list applicants with advanced profile-dependent filters. Requires the applicants:read scope.
Authorizations
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
Page size (default 25, max 100).
1 <= x <= 100Opaque pagination cursor from a prior response's nextCursor.
The job ID to list applicants for (required; ApplicantsRequestSchema enforces a non-empty string).
Applicant status filter (e.g. 'Waiting Review', 'Viewed', 'Accepted', 'Declined', 'Bookmarked'); defaults to 'all'.
Advanced filter object as a JSON-encoded string (AdvancedUserFiltersSchema: q, creatorVerified, hasTopPosts, hasThreePosts, hasTikTok, hasInstagram, usBased, nonUS, country, hideRepeatApplicants, grades[], schools[], genders[], age{min,max}, earningsCents{min,max}, views{min,max}, posts{min,max}, rating{min}, reviews{min}, certificationTypes[], minCertifications, achievementKeys[], achievementMinTierByKey, minUnlockedAchievements, locations[], niches[], countries[], trainingProgress{min,max}, xp{min,max}, minRank).
Optional raw doc-id cursor as a JSON-encoded string ({lastDocId}); alternative to the standard cursor.
Response
Cursor page of enriched applicants with advanced profile-dependent filtering applied.