AiAgentTasksQueryInput
Input type for getting tasks for a provider account.
input AiAgentTasksQueryInput {
providerAccountId: ID!
pageIndex: Int
pageSize: Int
}
Fields
AiAgentTasksQueryInput.providerAccountId ● ID! non-null scalar miscellaneous
The ID of the AI Agent Provider account for which the tasks are to be retrieved.
AiAgentTasksQueryInput.pageIndex ● Int scalar miscellaneous
Page index for pagination (must not be negative). Default is 0.
AiAgentTasksQueryInput.pageSize ● Int scalar miscellaneous
Number of items per page (must be greater than 0). Default is 10.
Member Of
aiAgentTasks query
Was this topic helpful?