ListBacklogTasksRequest

Request structure for listing backlog tasks with filtering, sorting, and pagination support

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the agent space containing the tasks

Link copied to clipboard

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

Link copied to clipboard
val limit: Int?

Maximum number of tasks to return in a single response (1-1000, default: 100)

Link copied to clipboard

Token for retrieving the next page of results

Link copied to clipboard

Sort order for the tasks based on sortField (default: DESC)

Link copied to clipboard

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)

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String