CvdsCandidateStatus
A candidate's embedding status as returned by the list endpoint. Never
includes parsed_cv.
external_idstringrequired
Example:
cand-001embedding_statusstringrequired
Possible values: [pending, embedded, failed]
content_hashstringnullable
Canonical hash of the parsed CV content — changes when you re-ingest different content.
embedding_modelstringnullable
The model used to embed the candidate (null until embedded).
embedding_dimsintegernullable
Vector dimensionality of the embedding (null until embedded).
created_atdate-time
updated_atdate-time
CvdsCandidateStatus
{
"external_id": "cand-001",
"embedding_status": "pending",
"content_hash": "string",
"embedding_model": "string",
"embedding_dims": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}