List audit logs
Audit Logs API
List Audit Logs
Retrieve a paginated list of audit log entries for your workspace.
GET
List audit logs
Documentation Index
Fetch the complete documentation index at: https://docs.langdock.com/llms.txt
Use this file to discover all available pages before exploring further.
⚠️ 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). Rate limits are defined at the workspace level. If you exceed your rate limit, you will receive a429 Too Many Requests response.
Please note that the rate limits are subject to change, refer to this documentation for the most up-to-date information.
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