Skip to main content
GET
List organisation audit log

Authorizations

Authorization
string
header
required

Organisation API key created in Assess → Developer → API Keys. Format: Bearer ct_live_<your-key> (live) or Bearer ct_test_<your-key> (test). Optional per-key CIDR allowlists return 403 IP_NOT_ALLOWED.

Query Parameters

action
string

Exact action name filter (e.g. assessment_created)

channel
string

Filter by channel: public_api, assess_dashboard, etc.

cursor
string

Opaque pagination cursor — pass the value from next to fetch the next page.

exclude_dashboard
boolean

Exclude noisy org_dashboard_viewed rows (default true)

outcome
string

success | error

page_size
integer

Results per page, max 100 (default 20).

Match action, path, actor email, or IP

since
string

ISO-8601 lower bound on created_at

until
string

ISO-8601 upper bound on created_at

Response

next
string | null
required
previous
string | null
required
results
object[]
required
meta
object
required
Last modified on September 5, 2026