TaskFilter
Filter criteria for listing backlog tasks, supporting time range, priority, status, and type filters.
Contents
- createdAfter
-
Filter for tasks created after this timestamp inclusive
Type: Timestamp
Required: No
- createdBefore
-
Filter for tasks created before this timestamp exclusive
Type: Timestamp
Required: No
- primaryTaskId
-
Filter by primary task ID to get linked tasks
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_.-]+Required: No
- priority
-
Filter by priority (single value only)
Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
CRITICAL | HIGH | MEDIUM | LOW | MINIMALRequired: No
- status
-
Filter by status (single value only)
Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
PENDING_TRIAGE | LINKED | PENDING_START | IN_PROGRESS | PENDING_CUSTOMER_APPROVAL | COMPLETED | FAILED | TIMED_OUT | CANCELEDRequired: No
- taskType
-
Filter by task type (single value only)
Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
INVESTIGATION | EVALUATIONRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: