Skip to main content
GET
Get flow node run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required
run_id
string
required

Run ID. Use 'any' to search across all parents.

Response

The requested flow node run.

Response shape.

id
string<uuid> | null
run_id
string<uuid> | null
node_id
string<uuid> | null
flow_id
string<uuid> | null
state_code
string | null
input
Input · object | null
output
Output · object | null
input_signature
string | null
preview_type
string | null
preview_value
string | null
duration_ms
integer | null
cost
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
retry_count
integer | null
error_message
string | null
created_at
string<date-time> | null
started_at
string<date-time> | null
completed_at
string<date-time> | null