Skip to main content
POST
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

The TaskAuditListRequest message.

pageSize
integer<int32> | null

The maximum number of audit events to return per page.

pageToken
string | null

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

refs
Task Audit View Ref · object[] | null

References to specific audit events to retrieve. If provided, only these events are returned.

taskId
string | null

The ID of the task to list audit events for.

Response

200 - application/json

Successful response

The TaskAuditListResponse message.

list
Task Audit View · object[] | null

The list of audit events for the task.

nextPageToken
string | null

A pagination token to retrieve the next page of results.