GET
/
api
/
workflow
/
executions
/
end_user
/
{end_user_heron_id}
Get the status of a workflow execution (admin only)
curl --request GET \
  --url https://app.herondata.io/api/workflow/executions/end_user/{end_user_heron_id} \
  --header 'x-api-key: <api-key>'
[
  {
    "created": "2023-11-07T05:31:56Z",
    "heron_id": "<string>",
    "started_at": "2023-11-07T05:31:56Z",
    "status": "<string>",
    "workflow_version_id": 123
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_heron_id
string
required

The heron ID of the end user

Response

Workflow execution status

created
string<date-time>
heron_id
string
started_at
string<date-time>
status
string
workflow_version_id
integer