List audit trail events for a task.
The TaskAuditListRequest message.
When true, only comment events are returned, so a page of page_size holds page_size comments rather than a mix of comments and state-change events.
When true, events are returned newest-first (descending created_at) instead of the default chronological (ascending) order.
The maximum number of audit events to return per page.
A pagination token from a previous response to retrieve the next page.
References to specific audit events to retrieve. If provided, only these events are returned.
The ID of the task to list audit events for.
Successful response
The TaskAuditListResponse message.
The list of audit events for the task.
A pagination token to retrieve the next page of results.