Skip to main content

CvdsCandidateStatusDetail

external_idstringrequired
Example: cand-001
embedding_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
tagsstring[]nullable

The tags you stored with the candidate (null when none).

Example: ["batch-2026-q2"]
CvdsCandidateStatusDetail
{
"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",
"tags": [
"batch-2026-q2"
]
}