List audit logs
Audit Logs API
List Audit Logs
Retrieve a paginated list of audit log entries for your workspace.
GET
List audit logs
⚠️ Using our API via a dedicated deployment? Just replace
api.langdock.com with your deployment’s base URL: <deployment-url>/api/publicfrom and to query parameters to define a date window, and the cursor parameter to page through results.
Rate Limits
The rate limit for the Audit Logs endpoint is 500 RPM (requests per minute), enforced per workspace and API key. No token limit applies to this endpoint. If you exceed your rate limit, you will receive a429 Too Many Requests response.
Additional Information: For details on prerequisites, pagination, and filtering, refer to the Audit Logs API introduction.
Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.
Authorizations
API key as Bearer token. Format "Bearer YOUR_API_KEY"
Path Parameters
Workspace UUID. Must match the workspace associated with the API key; requests with a mismatched workspace_id are rejected with 403.
Query Parameters
Cursor for pagination (ID of last item from previous page)
Maximum number of items to return (default 50, max 50)
Required range:
1 <= x <= 50Start of date range filter (ISO 8601)
End of date range filter (ISO 8601)
Filter by entity type (e.g. "User", "Workspace")
Filter by actor UUID