Skip to main content
GET
List audit log events

Authorizations

Authorization
string
header
required

Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.

Path Parameters

organizationId
string
required
Minimum string length: 1

Query Parameters

eventType
string
Minimum string length: 1
resourceType
string
Minimum string length: 1
actorKind
enum<string>
Available options:
user,
api_key,
system,
agent
actorPrincipalId
string
Minimum string length: 1
websiteId
string

Return only events about this website — either the website itself or a resource belonging to it.

Minimum string length: 1
cursor
string
limit
integer
default:20
Required range: 1 <= x <= 100

Response

One page of audit events, newest first.

items
object[]
required
nextCursor
string | null
required

Opaque cursor for the next page. Pass it as the cursor parameter on the next request. null when this is the last page.