v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
gateway.openapi_Gateway

List User Audit Logs

get/v1/accounts/{account_id}/auditLogs

Path parameters

account_idstring required

The Account Id

Query parameters

startTimestring date-time

Start time of the audit logs to retrieve. If unspecified, the default is 30 days before now.

endTimestring date-time

End time of the audit logs to retrieve. If unspecified, the default is the current time.

emailstring

Optional. Filter audit logs for user email associated with the account.

pageSizeinteger

The maximum number of audit logs to return. The maximum page_size is 200, values above 200 will be coerced to 200. If unspecified, the default is 10.

pageTokenstring

A page token, received from a previous ListAuditLogs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAuditLogs must match the call that provided the page token.

filterstring

Unused but required to use existing ListRequest functionality.

orderBystring

Unused but required to use existing ListRequest functionality.

readMaskstring

The fields to be returned in the response. If empty or "*", all fields will be returned.

Response

A successful response.

nextPageTokenstring

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

totalSizeinteger

The total number of request logs matching the request.