latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-216381,9552.9 MB

f2cf3228f366

Task

List

List audit trail events for a task.

post/api/v1/task/audits

Request body

commentsOnlyboolean

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.

newestFirstboolean

When true, events are returned newest-first (descending created_at) instead of the default chronological (ascending) order.

pageSizeinteger

The maximum number of audit events to return per page.

pageTokenstring

A pagination token from a previous response to retrieve the next page.

taskIdstring

The ID of the task to list audit events for.

Response

Successful response

nextPageTokenstring

A pagination token to retrieve the next page of results.