API ReferenceActivity Log
activityLog.list
Type: Query · Auth: Workspace admin
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| limit | integer | Yes | 50 | Limit |
| cursor | string.date-time | No | — | Cursor |
| actorUserId | string.uuid | No | — | ID of the associated actor user |
| category | enum(domain_event, google_api, ai_call, auth, admin_action) | No | — | Category |
| action | string | No | — | Action |
| connectionId | string.uuid | No | — | ID of the associated connection |
| status | enum(success, failure, partial) | No | — | Status |
| targetType | string | No | — | Target type |
| targetId | string | No | — | ID of the associated target |
| after | string.date-time | No | — | After |
| before | string.date-time | No | — | Before |
Example
{
"limit": 50,
"cursor": "2024-01-15T09:00:00.000Z",
"actorUserId": "550e8400-e29b-41d4-a716-446655440000",
"category": "domain_event",
"action": "example",
"connectionId": "550e8400-e29b-41d4-a716-446655440000"
}