Skip to content

ListedTasks

autogen.beta.a2a.tasks.ListedTasks dataclass #

ListedTasks(tasks=list(), next_page_token='', page_size=0, total_size=0)

Result of :func:list_tasks — tasks plus pagination metadata.

next_page_token is empty when there's no further page; total_size is the server-reported total across all pages (may be 0 if the server doesn't compute it).

tasks class-attribute instance-attribute #

tasks = field(default_factory=list)

next_page_token class-attribute instance-attribute #

next_page_token = ''

page_size class-attribute instance-attribute #

page_size = 0

total_size class-attribute instance-attribute #

total_size = 0