Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Audit log ID to begin fetching from.
Number of audit log entries to fetch, max 1000
Response
List of audit log entries
Optional metadata for certain event types.
Unique identifier for the log entry.
"0194f5c5-2021-75ae-b202-f049fca9dce2"
IP address of the actor.
"0.0.0.0"
Date when the event occurred in ISO format.
"2025-02-11T16:08:44.324452"
Type of audit log event. This is a list of all the types of events we currently send. We may add more at any time, so in developing and maintaining your code, you should not assume that only these types exist.
{
"$ref": "#/components/schemas/Admin_Fetch_Workspace_History"
}
Email of the user who triggered the event.
"user@example.com"
User agent of the actor who triggered the event.
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36"