AiAgentTasksQueryResponse
Response type for tasks list with pagination.
type AiAgentTasksQueryResponse {
numberOfResults: Long!
pageIndex: Int
currentPageSize: Int!
aiAgentTasks: [AiAgentTask!]
}
Fields
AiAgentTasksQueryResponse.numberOfResults ● Long! non-null scalar partner-portal
Total number of tasks available for the specified provider account.
AiAgentTasksQueryResponse.pageIndex ● Int scalar miscellaneous
Page index for pagination.
AiAgentTasksQueryResponse.currentPageSize ● Int! non-null scalar miscellaneous
Number of tasks in the current page.
AiAgentTasksQueryResponse.aiAgentTasks ● [AiAgentTask!] list object agent-control-tower
Array of AI Agent Tasks.
Returned By
aiAgentTasks query
Was this topic helpful?