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.
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
200
Successful response
application/json
404
Workflow run not found
application/json
default
Error
application/json
get
/workflow_runs/{id}Last updated
Was this helpful?