List audit events
Query parameters
Return only events with this exact action, or events whose action starts with it followed by a dot (workspace returns workspace.member_added but not workspace_automation.created). Lowercase, as actions are.
The cursor to continue from
Maximum number of audit events to return per page
Response
List of audit events
Example response
{
"events": [
{
"id": "aud_7Kq2mXbT9vRp3L",
"action": "workspace.member_added",
"occurred_at": "2026-01-27T15:30:00.482Z",
"collected_at": "2026-01-27T15:30:04.109733Z",
"actor": {
"object": "api_key",
"id_suffix": "aB3dE7hK"
},
"data": {
"role": "member"
},
"context": {
"ip_address": "203.0.113.42",
"user_agent": "Granola/7.400.0 (macOS 15.3)",
"client_version": "7.400.0"
}
}
],
"hasMore": true,
"cursor": "eyJjcmVkZW50aWFsfQ=="
}Changes
Changed in 4 of the 8 revisions of this API.212
- ▲
added
subschema #4: Anonymousto theevents/items/actorresponse propertyoneOflist for the response status200response-property-one-of-added
- ○
added the required property
events/items/collected_atto the response with the200statusresponse-required-property-added
- ▲
- ▲
added
subschema #1: API keyto theevents/items/actorresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
- ●
changed the pattern of the
queryrequest parameteractionfrom^[a-z][a-z0-9_.]*$to^[a-z][a-z0-9_.-]*$request-parameter-pattern-changed
- ●
- ○
endpoint added
endpoint-added
- ○