Candidates
List candidates
Returns paginated candidates for a sourcing.
GET
List candidates
Documentation Index
Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt
Use this file to discover all available pages before exploring further.
First time? Set up Authentication
Learn how to authenticate your API requests with your API key.
Path parameters
Sourcing id in the authenticated workspace.
Query parameters
Zero-based page index.
Page size (max 50).
Free-text search on candidate/talent fields.
Repeatable status filter. When omitted, defaults to all statuses except
NOT_RETAINED.Repeatable city filter.
Repeatable job title filter.
Repeatable current company filter.
One of
name, companyName, statusHandle, city, jobTitle, userRating, contacts, createdAt, history.asc or desc.Response
Whensuccess is true, data contains:
candidates— list of{ candidate, talent }summaries:candidate.idcandidate.statusHandlecandidate.createdAtcandidate.sourcingIdcandidate.talentIdtalent.idtalent.firstnametalent.lastnametalent.jobTitletalent.citytalent.linkedinUrl
pagination—pageIndex,pageSize,total,hasNextPage
Errors
| Code | HTTP |
|---|---|
validation_error | 400 |
not_found | 404 |
internal_error | 500 |
List candidates

