Get one candidate's status
GET/api/v1/cvds/candidates/:external_id
Return one candidate's embedding status (plus its tags). Like the
list endpoint, the candidate's parsed_cv is never returned — you
already hold it. A candidate that doesn't exist in the named corpus, or
belongs to another client, returns 404 (no existence leak).
Request
Responses
- 200
- 401
- 403
- 404
The candidate's status.
Missing or invalid API key.
Authenticated but missing the cvdeepsearch permission.
No candidate with this external_id in the named corpus for your
client. Also returned cross-tenant to avoid leaking the existence
of other clients' candidates.