Running an Automation
Retrieve run details
This endpoint can be used to poll for completion and retrieve final flow outputs. Output nodes must be used to retrieve outputs.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
ID of the flow run to retrieve
The id for the user initiating the flow. Required if project_id is not provided.
The id of the project within which the flow is executed. Required if user_id is not provided.
Response
200 - application/json
Timestamp for when the flow was started.
Timestamp for when the flow completed.
A list of log entries from your Gumloop flow run.
JSON object where keys are the output_name
parameters of your Gumloop Output nodes and the values are the values that get sent to your node.
Available options:
RUNNING
, DONE
, TERMINATING
, FAILED
, TERMINATED
The id for the user initiating the flow.