List User Audit Logs
Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Path Parameters
The Account Id
Query Parameters
Start time of the audit logs to retrieve. If unspecified, the default is 30 days before now.
End time of the audit logs to retrieve. If unspecified, the default is the current time.
Optional. Filter audit logs for user email associated with the account.
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.
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.
Optional. An AIP-160 filter expression (https://google.aip.dev/160) over the fields message, resource, email, api_key_id, event_type, and target_api_key_id. Use = for an exact match and : for a substring match, for example email="user@example.com" or message:"Create".
Unused. Audit log entries are always returned ordered by timestamp descending (newest first).
The fields to be returned in the response. If empty or "*", all fields will be returned.
Response
A successful response.
Matching audit log entries. May be empty while nextPageToken is still set, which means the scan has not reached matching entries yet rather than that there are no results. This list may also be shorter than page_size.
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. This is the only signal that results are exhausted: an empty auditLogs list or a short page does not mean the scan is finished.
Always 0 for audit logs. The number of matching entries is not known until the scan completes, so this field cannot be used to size a loop or compute a page count.