List applicants
GET/openapi/v1/applicants
Search and filter applicants. Use query for free-text search, externalId to look up by ATS identifier, or status to filter by lifecycle state. Filter by record recency with updatedAfter and/or updatedBefore (ISO 8601 instant, e.g. 2026-01-01T00:00:00Z, or a bare date 2026-01-01); updatedAfter is inclusive, updatedBefore is exclusive. Sort by lastUpdated (record last-modified time), e.g. sort=lastUpdated:desc. Soft-deleted applicants are excluded by default; pass includeDeleted=true to see them as well (admin / audit / recovery flows).
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error