AiExecutionFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [AiExecutionFilterInput!] | ||
| completedAt | AiExecutionFilterCompletedAt | When the execution completed (successfully or with failure) | |
| createdAt | AiExecutionFilterCreatedAt | When the execution was created | |
| errorMessage | AiExecutionFilterErrorMessage | Error message if the execution failed | |
| facts | AiFactFilterInput | ||
| id | AiExecutionFilterId | ||
| metadata | AiExecutionFilterMetadata | Additional metadata for the execution | |
| not | [AiExecutionFilterInput!] | ||
| or | [AiExecutionFilterInput!] | ||
| params | AiExecutionFilterParams | Input parameters for this execution (variables for template interpolation) | |
| results | AiExecutionFilterResults | Results from each task in the execution, keyed by task ID | |
| startedAt | AiExecutionFilterStartedAt | When the execution started | |
| state | AiExecutionFilterState | The current state of the execution: pending, running, completed, failed, or cancelled | |
| tasks | AiTaskFilterInput | ||
| team | AiTeamFilterInput | ||
| teamId | AiExecutionFilterTeamId | ||
| updatedAt | AiExecutionFilterUpdatedAt | When the execution was last updated |