Get the status and result of a workflow by ID.
cURL
curl --request GET \ --url https://sandbox.oumla.com/api/v1/workflows/{workflowId}/status \ --header 'x-api-key: <api-key>' \ --header 'x-sdk-version: <x-sdk-version>'
{ "workflowId": "<string>", "runId": "<string>", "status": "<string>", "startTime": "<string>", "closeTime": "<string>", "executionTime": "<string>", "historyLength": 123, "result": {}, "error": "<string>" }
API key for authentication
SDK version header
Workflow ID
"create-collection-123e4567-e89b-12d3-a456-426614174000"
Workflow status and result
Workflow result payload
Was this page helpful?