API Reference
Log In
API Reference

fetch list of talent

Returns visible talent only by default (isHidden is not true and archivedAt does not exist). Pass onlyReturnHiddenTalent=true to return only hidden talent instead, or includeHidden=true to return BOTH visible and hidden talent (archived still excluded). Results are paginated: filter[limit] defaults to 100 when omitted and is capped at 1000; use filter[skip] to page through the full set. filter[collate] is accepted but NOT applied on this endpoint: a locale collation disqualifies every index on the collection, so matching and ordering are binary. String sorts therefore order by byte value — uppercase before lowercase, accented characters after the unaccented ASCII range.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
filter
object
vectors
object | null
proximity
object | null
uuid
boolean

When true, returns only hidden talent (isHidden: true). Defaults to false, which returns only visible, non-archived talent.

boolean

When true, returns both visible AND hidden talent (archived still excluded). Ignored when onlyReturnHiddenTalent=true.

uuid

Restrict results to talents in this audience. With includeHidden=true, membership is resolved from talentAudienceHistory so hidden talents that lost their audienceUuids still appear.

string
length ≤ 200

Free-text search across talent name, email and phone. When set and no job-match vector/proximity is requested, results are served by an Atlas Search index; with a vector present the term narrows the matched candidates. Bounded to 200 characters.

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json