Skip to main content
GET
Export 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

Filter by action name

channel
string

Filter by extra.channel

exclude_dashboard
boolean

Exclude noisy org_dashboard_viewed rows (default true)

export_format
string

csv (default) or json (alias: format if not colliding with DRF)

outcome
string

success or error

Search action, path, email, IP

since
string

ISO datetime lower bound

until
string

ISO datetime upper bound

Response

The response is of type file.

Last modified on August 24, 2026