Retrieve a Workflow

Guide to retrieving a Workflow in the Fetch Hive API.

Use the following endpoint to check the running status of a Workflow.

Get workflow run details

get

Retrieve details for a specific workflow run

Authorizations
AuthorizationstringRequired

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345".

Path parameters
idstringRequired

Workflow run token

Responses
get
/workflow_runs/{id}

Last updated

Was this helpful?