enrichment

Get Enrichment Status

Get the status of a single enrichment workflow.

get/api/v1/enrichment/workflow/status/{workflow_id}

Path parameters

workflow_idstring required

Response

Successful Response

workflow_idstring required

The ID of the DBOS workflow (or legacy Celery task).

statusstring required

The current status of the workflow (PENDING, SUCCESS, FAILURE, etc.).

error_infostring nullable

Error information if the workflow failed.

completed_atstring date-time nullable

Timestamp when the workflow completed.

Changes

Changed in 1 of the 16 revisions of this API.1

    • added the optional property result/anyOf[subschema #1: EnrichRowResponse]/value/anyOf[subschema #8]/items/identity_evidence to the response with the 200 status

      response-optional-property-added