Get audit log by ID
Retrieve detailed information about a specific audit log entry including full event details, metadata, and associated transaction information when applicable.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Audit log identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | UUID | Unique audit log identifier |
timestamp | string | Event timestamp (ISO 8601) |
service | string | Originating service name |
event | string | Event type |
entityType | string | Related entity type |
entityId | string | Related entity identifier |
userId | string | User who performed the action |
workflowId | string | Associated workflow ID |
details | object | Event-specific details |
metadata | object | Additional context |
clientInfo | object | Client IP, user agent, etc. |
organizationId | UUID | Organization ID |
transaction | object | Associated transaction details (if applicable) |
Client Info Object
| Field | Type | Description |
|---|---|---|
ipAddress | string | Client IP address |
userAgent | string | Client user agent string |
origin | string | Request origin |
Use Cases
- View complete audit log entry details
- Investigate specific security events
- Review transaction-related audit entries
- Debug workflow execution issues
- Generate detailed audit reports
Required Permission
audit:read
Get audit log by ID
Retrieve detailed information about a specific audit log entry including full event details, metadata, and associated transaction information when applicable.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Audit log identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | UUID | Unique audit log identifier |
timestamp | string | Event timestamp (ISO 8601) |
service | string | Originating service name |
event | string | Event type |
entityType | string | Related entity type |
entityId | string | Related entity identifier |
userId | string | User who performed the action |
workflowId | string | Associated workflow ID |
details | object | Event-specific details |
metadata | object | Additional context |
clientInfo | object | Client IP, user agent, etc. |
organizationId | UUID | Organization ID |
transaction | object | Associated transaction details (if applicable) |
Client Info Object
| Field | Type | Description |
|---|---|---|
ipAddress | string | Client IP address |
userAgent | string | Client user agent string |
origin | string | Request origin |
Use Cases
- View complete audit log entry details
- Investigate specific security events
- Review transaction-related audit entries
- Debug workflow execution issues
- Generate detailed audit reports
Required Permission
audit:read