List Audit Logs
Returns audit log entries for a dock, ordered bycreatedAt descending. Use query parameters to filter and paginate results.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
dockId | string | Required | The dock to retrieve logs for |
entityType | string | Optional | Filter by entity type (e.g., artifact, recipient, policy, group) |
entityId | string | Optional | Filter by specific entity ID |
limit | integer | Optional | Maximum number of results (default: 100) |
offset | integer | Optional | Number of results to skip for pagination (default: 0) |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
400 | dockId query parameter is missing |
401 | Missing or invalid API key |
404 | Dock not found |