v4

latestOpenAPI 3.1.02026-08-08278476614.0 KB
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.