v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
Data Access

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/get_pl_run

Query parameters

run_idstring required

ID of the flow run to retrieve

user_idstring

The id for the user initiating the flow. Required if project_id is not provided.

project_idstring

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

user_idstring

The id for the user initiating the flow.

state'RUNNING' | 'DONE' | 'TERMINATING' | 'FAILED' | 'TERMINATED' | 'QUEUED'
outputsobject

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.

created_tsstring date-time

Timestamp for when the flow was started.

finished_tsstring date-time

Timestamp for when the flow completed.

logstring[]

A list of log entries from your Gumloop flow run.