GET /workspaces/{workspace_id_or_slug}/audit_logs
Get audit logs for a workspace.
This endpoint requires an Enterprise workspace and a workspace token with the workspace_activity:read
scope. Create a workspace token from your workspace dashboard integrations page to use this endpoint.
Required scope | workspace_activity:read
Servers
- https://api.webflow.com/v2
Path parameters
Name | Type | Required | Description |
---|---|---|---|
workspace_id_or_slug |
String | Yes |
Unique identifier or slug for a Workspace |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
to |
String | No |
The end date to filter by |
sortOrder |
String | No |
Sorts the results by asc or desc Possible values:
|
limit |
Number | No |
Maximum number of records to be returned (max limit: 100) |
eventType |
String | No |
The event type to filter by Possible values:
|
offset |
Number | No |
Offset used for pagination if the results have more than limit records |
from |
String | No |
The start date to filter by |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.