Task

List

List audit trail events for a task.

post/api/v1/task/audits

Request body

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.

Changes