TaskRuns
Retrieves a specific task run by ID. Requires RunId filter. No list endpoint exists for task runs.
Columns
| Name | Type | References | |
| RunId [KEY] | String | ||
| InteractionId | String | ||
| Status | String |
The allowed values are queued, action_required, running, completed, failed, cancelling, cancelled. | |
| IsActive | Boolean | ||
| Processor | String | ||
| Warnings | String | ||
| Error | String | ||
| Metadata | String | ||
| CreatedAt | Datetime | ||
| ModifiedAt | Datetime |