Skip to main content
GET
/
v1
/
audit-events
Search audit events
curl --request GET \
  --url https://api.clinikapi.com/v1/audit-events \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Your ClinikAPI secret key (clk_live_* or clk_test_*)

Query Parameters

action
string

Filter by action code (C, R, U, D, E)

outcome
string

Filter by outcome (0, 4, 8, 12)

agent
string

Filter by agent

dateFrom
string<date>

Filter resources from this date

dateTo
string<date>

Filter resources up to this date

count
integer
default:20

Results per page

Required range: x <= 100
cursor
string

Pagination cursor from previous response

Response

200

Paginated audit event list