Documentation Index
Fetch the complete documentation index at: https://trigger-features-scheduled-tasks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The Run ID you want to get the details for
Returns
The id of the run
The status of the run. Can be one of the following:
PENDING, CANCELED,
SUCCESS, QUEUED, WAITING_ON_CONNECTIONS, PREPROCESSING, STARTED,
FAILURE, TIMED_OUT, ABORTEDThe time the run started
The time the run completed
Whatever you returned from your run function, can be undefined
The tasks from the run
If there are more tasks, you can use this to get them

