The maximum number of Tasks to return. The service may return fewer than this value. If unspecified, the server decides the number of results to return.
pageToken
string
A page token, received from a previous ListTasks call.
filter
string
A filter query to apply when listing tasks. If no value is specified or filter is an empty string, all tasks are returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[],["The document outlines the structure for logging `ListTasks` requests and responses. A log entry contains a header, the `ListTasksRequestLog`, `ListTasksResponseLog`, and potentially an `ErrorResponseLog`. The request includes fields for `pageSize`, `pageToken`, and a `filter` to limit or specify tasks. The response contains a `tasks` array of `TaskLog` objects. Only the first 500 tasks are logged if the query returns more, and the response may be split if the log size exceeds 256KB.\n"]]