Skip to main content
GET
/
v1
/
admin
/
organizations
/
{id}
/
audit-logs
Get audit logs for an organization (platform admin)
curl --request GET \
  --url http://localhost:3333/v1/admin/organizations/{id}/audit-logs

Path Parameters

id
string
required

Query Parameters

entityType
string

Filter by entity type (e.g. policy, task)

take
string

Number of logs to return (max 100, default 100)

Response

200 - undefined