The audit log object

A log of a user action or configuration change within this organization.source

The ID of this log.source

The event type.source

The Unix timestamp (in seconds) of the event.source

The project that the action was scoped to. Absent for actions not scoped to projects.source

The actor who performed the audit logged action.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

The details for events with this type.source

OBJECT The audit log object
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "id": "req_xxx_20240101",
    "type": "api_key.created",
    "effective_at": 1720804090,
    "actor": {
        "type": "session",
        "session": {
            "user": {
                "id": "user-xxx",
                "email": "user@example.com"
            },
            "ip_address": "127.0.0.1",
            "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
        }
    },
    "api_key.created": {
        "id": "key_xxxx",
        "data": {
            "scopes": ["resource.operation"]
        }
    }
}