Skip to main content
GET
Get specific node run

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
nodeKey
string
required
nodeRunId
string
required

Response

200 - application/json
id
string
required
upstreamRuns
object[]
required
input
object
required
status
enum<string>
required
Available options:
completed,
failed,
skipped
logs
object[]
required
outputs
object[]
required
errors
object[]
required