Skip to main content

Parameters

string
required
The Run ID you want to get the details for
Object

Returns

string | undefined
The id of the run
RunStatus | undefined
The status of the run. Can be one of the following: PENDING, CANCELED, SUCCESS, QUEUED, WAITING_ON_CONNECTIONS, PREPROCESSING, STARTED, FAILURE, TIMED_OUT, ABORTED
Date | undefined
The time the run started
Date | undefined
The time the run completed
any
Whatever you returned from your run function, can be undefined
Task[]
The tasks from the run
string
If there are more tasks, you can use this to get them