2134ebffd1ef
List event logs
List audit events for your organization. Platform admin role required. Filter by time range (start_time / end_time) and event type (type=<resource>.<action>). Pagination uses page + limit.
Query parameters
Inclusive lower bound on the event timestamp (ISO-8601, UTC).
Inclusive lower bound on the event timestamp (ISO-8601, UTC).
Exclusive upper bound on the event timestamp (ISO-8601, UTC).
Exclusive upper bound on the event timestamp (ISO-8601, UTC).
Stable, dotted <resource>.<action> identifiers for every event the external /v0/event-logs API can emit. Values are part of the public contract — never rename or repurpose an existing entry.
TODO(PRD-2928): derive this enum from a single ChangeType -> {ChangeAction} mapping so adding a new exposed event only requires one edit, not four (this enum, the *Log variant, the to_event_log dispatch, and the OpenAPI enum block in the docs repo). See https://linear.app/traversal/issue/PRD-2928.
Dotted <resource>.<action> filter. See EventLogType for the full set.
1-indexed page number.
1-indexed page number.
Page size (max 100).
Page size (max 100).
Response
Successful Response