Retrieve a list of candidates using efficient cursor-based pagination.
This endpoint returns candidates ordered by modification date (oldest first) and supports:
Use Cases:
Pagination: The endpoint uses cursor-based pagination for optimal performance:
Performance:
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Number of candidates to return per page (min: 1, max: 50, default: 25)
1 <= x <= 50Filter candidates modified on or after this date. Useful for incremental synchronization. Defaults to beginning of time if not provided.
"2024-11-01T00:00:00.000Z"
Base64-encoded cursor for pagination. Use the nextCursor value from a previous response to fetch the next page. Omit for the first page.
"eyJtb2RpZmllZEF0IjoiMjAyNC0xMS0wNlQxMDozMDowMC4wMDBaIiwiaWQiOiJjYW5kaWRhdGUtMTIzIn0="