Get Workspace Audit Logs

GET

Get audit logs for a workspace.

Enterprise & workspace API token only
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

Path parameters

workspace_id_or_slugstringRequired

Unique identifier or slug for a Workspace

Query parameters

limitdoubleOptional

Maximum number of records to be returned (max limit: 100)

offsetdoubleOptional

Offset used for pagination if the results have more than limit records

sortOrderenumOptional

Sorts the results by asc or desc

Allowed values: ascdesc
eventTypeenumOptional

The event type to filter by

Allowed values: user_accesscustom_roleworkspace_membershipsite_membershipworkspace_invitation
fromdatetimeOptional

The start date to filter by

todatetimeOptional

The end date to filter by

Response

A list of workspace audit logs

itemslist of objectsOptional
paginationobjectOptional

Pagination object

Errors

Built with