curl --request GET \
--url https://api.henrylabs.ai/v0/products/enrich/{id} \
--header 'x-api-key: <api-key>'{
"success": true,
"requestId": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"message": "Enrichment pending",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
}! This endpoint is experimental and unstable. The API contract may change without notice.
Poll the status of a product enrichment request.
curl --request GET \
--url https://api.henrylabs.ai/v0/products/enrich/{id} \
--header 'x-api-key: <api-key>'{
"success": true,
"requestId": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"message": "Enrichment pending",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
}Current status of the enrich request
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$pending, processing, completed, failed, timeout Show child attributes
Was this page helpful?