The Execution API endpoints provide an interface for getting information about a chain's execution, such as when it starts and stops, its status, and run history.
ChainRun
Properties
Name
Type
Description
Restrictions
chainId
ID
The unique identifier of a resource (can be a GUID).
endAt
string
The timestamp at which the chain run completed.
envId
ID
The unique identifier of a resource (can be a GUID).
id
ID
The unique identifier of a resource (can be a GUID).
launchType
string
The type of event that triggered the chain run.
pausedAt
string
The timestamp at which the chain run was paused.
resultText
string
The result of the chain run.
resumedAt
string
The timestamp at which the chain run was resumed.
startAt
string
The timestamp at which the chain run started.
state
string
The state of the chain run.
userId
ID
The unique identifier of a resource (can be a GUID).