v12

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01251238661.6 KB
v1
protected
audit

List Audit Logs

List audit events for the current workspace.

get/v1/audit-logs/

Query parameters

actionstring nullable

Filter by action (e.g. agent.create)

Filter by action (e.g. agent.create)

actor_idstring nullable

Filter by actor ID

Filter by actor ID

resource_typestring nullable

Filter by resource type

Filter by resource type

resource_idstring nullable

Filter by resource ID

Filter by resource ID

sincestring date-time nullable

Events after this time (ISO 8601)

Events after this time (ISO 8601)

untilstring date-time nullable

Events before this time (ISO 8601)

Events before this time (ISO 8601)

cursorstring uuid nullable

Cursor for pagination

Cursor for pagination

limitinteger

Max events to return

Max events to return

Response

Successful Response

next_cursorstring nullable required