v1
latestOpenAPI 3.1.02026-07-26167644759.4 KBList candidates
Returns a list of candidates. Uses cursor pagination.
Query parameters
Number of candidates to return per page (min: 1, max: 50, default: 25).
Base64-encoded cursor for pagination. Use the nextCursor value from a previous response to fetch the next page. Omit for the first page.
Filter candidates by sync watermark on or after this date. Useful for incremental synchronization. Defaults to beginning of time if not provided.
Filter candidates by sync watermark on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.
Filter candidates by candidate list IDs.
[ "candidate-list-123", "candidate-list-456" ]
Optional related resources to include in the response. Allowed values: skills.
[ "skills" ]
Response
Successfully retrieved candidates. Returns items array with pagination info containing cursor for the next page.