Get Entity Audit Trail
Returns all audit log entries for a specific entity, providing a complete history of changes. Results are ordered bycreatedAt descending.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
entityType | string | The type of entity (e.g., artifact, recipient, policy, group, secret) |
entityId | string | The entity ID |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
401 | Missing or invalid API key |
404 | No audit logs found for the specified entity |
This endpoint returns logs across all docks. Use it to get a complete audit trail for any entity in the system. For dock-scoped queries, use List Audit Logs with the
dockId filter instead.