CvdsIngestResult
external_idstringrequired
Example:
cand-001statusstringrequired
accepted— a new candidate was written.updated— an existing candidate's content changed and was re-embedded.unchanged— the content was identical to what's already stored (no re-embed).
Possible values: [accepted, updated, unchanged]
embedding_statusstringrequired
pending— embedding is in progress (poll the single-candidate endpoint for the final state).embedded— the candidate is searchable.failed— embedding failed; the candidate won't be returned by a search until re-ingested successfully.
Possible values: [pending, embedded, failed]
CvdsIngestResult
{
"external_id": "cand-001",
"status": "accepted",
"embedding_status": "pending"
}