Skip to main content
GET
/
api
/
v1
/
workflows
/
executions
/
{execution_id}
Get Execution Status
curl --request GET \
  --url https://www.datalab.to/api/v1/workflows/executions/{execution_id} \
  --header 'X-API-Key: <api-key>'
"<any>"

Authorizations

X-API-Key
string
header
required

Path Parameters

execution_id
integer
required

Cookies

access_token
string

Response

Successful Response

The response is of type any.

I