Retrieve a chronological activity timeline for a specific user showing all actions they have performed, ordered by timestamp.
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | User identifier to retrieve activity for |
Returns an array of activity entries:
| Field | Type | Description |
|---|---|---|
id | UUID | Audit log identifier |
timestamp | string | Event timestamp (ISO 8601) |
service | string | Originating service |
event | string | Event type |
entityType | string | Related entity type |
entityId | string | Related entity identifier |
details | object | Event-specific details |
clientInfo | object | Client IP, user agent (when available) |
transaction | object | Associated transaction (if applicable) |
audit:read
Retrieve a chronological activity timeline for a specific user showing all actions they have performed, ordered by timestamp.
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | User identifier to retrieve activity for |
Returns an array of activity entries:
| Field | Type | Description |
|---|---|---|
id | UUID | Audit log identifier |
timestamp | string | Event timestamp (ISO 8601) |
service | string | Originating service |
event | string | Event type |
entityType | string | Related entity type |
entityId | string | Related entity identifier |
details | object | Event-specific details |
clientInfo | object | Client IP, user agent (when available) |
transaction | object | Associated transaction (if applicable) |
audit:read