Get user activity timeline
Retrieve a chronological activity timeline for a specific user showing all actions they have performed, ordered by timestamp.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | User identifier to retrieve activity for |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
startDate | string | — | Filter by start date (ISO 8601) |
endDate | string | — | Filter by end date (ISO 8601) |
limit | number | 100 | Maximum entries to return (1-1000) |
Response Fields
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) |
Use Cases
- User behavior analysis and investigation
- Security incident response
- User activity dashboards
- Compliance audits for specific individuals
- Support and troubleshooting user issues
Required Permission
audit:read
Get user activity timeline
Retrieve a chronological activity timeline for a specific user showing all actions they have performed, ordered by timestamp.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | User identifier to retrieve activity for |
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
startDate | string | — | Filter by start date (ISO 8601) |
endDate | string | — | Filter by end date (ISO 8601) |
limit | number | 100 | Maximum entries to return (1-1000) |
Response Fields
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) |
Use Cases
- User behavior analysis and investigation
- Security incident response
- User activity dashboards
- Compliance audits for specific individuals
- Support and troubleshooting user issues
Required Permission
audit:read