API Reference
Log In
API Reference

Count talent

Counts visible talent only by default (isHidden is not true and archivedAt is null). Pass onlyReturnHiddenTalent=true to count only hidden talent instead, or includeHidden=true to count BOTH visible and hidden talent (archived still excluded). For Match Score counts, vectors[matchUuid] takes the Pool entity's own uuid (for matchType Opening, a Hire funnel id is also resolved via the opening's hireExternalId); an identifier found in neither space is rejected as a 400 naming the unresolvable id. averageScore is DEPRECATED here and returns null unless the query carries vectors — use GET /talents/averageScore instead. It stays in this response for one release so existing consumers keep parsing.

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, counts only hidden talent (isHidden: true). Defaults to false, which counts only visible, non-archived talent.

boolean

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

uuid

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

string
length ≤ 200

Free-text search across talent name, email and phone — matches the search parameter on GET /talents. 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