List audit log events

GET/api/v1/audit/events

Parameters

actorquerystring

Filter by actor (user ID or system)

actionquerystring

Filter by action type

fromquerystring

Start time (RFC3339 or Unix)

toquerystring

End time

cursorquerystring

Pagination cursor

Responses

200Paginated audit event list

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/audit/events" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Paginated audit event list
Example response not yet documented.