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
Successful retrieval of flow run details
The id for the user initiating the flow.
RUNNING
, DONE
, TERMINATING
, FAILED
, TERMINATED
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.
Timestamp for when the flow was started.
Timestamp for when the flow completed.
A list of log entries from your Gumloop flow run.