ListBacklogTasksRequest
Request structure for listing backlog tasks with filtering, sorting, and pagination support
Types
Properties
The unique identifier for the agent space containing the tasks
Filter criteria to apply when listing tasks Filtering restrictions: - Each filter field list is limited to a single value - Filtering by Priority and Status at the same time when not filtering by Type is not permitted - Timestamp filters (createdAfter, createdBefore) can be combined with other filters when not sorting by priority
Sort order for the tasks based on sortField (default: DESC)
Field to sort by Sorting restrictions: - Only sorting on createdAt is supported when using priority or status filters alone. - Sorting by priority is not supported when using Timestamp filters (createdAfter, createdBefore)