Skip to main content

GET /api/v1/events

Retrieve a paginated list of events with optional filters.

Query Parameters

string
Filter by action.
string
Filter by actor identifier.
string
Filter by resource type.
string
Filter by primary resource identifier.
string
Filter by tenant identifier.
string
Filter by session identifier.
Case-insensitive search across actor name, action, resource name, and metadata. Uses PostgreSQL ilike.
string
Filter by target type.
string
Filter by target identifier.
string
ISO 8601 timestamp. Return events created at or after this time.
string
ISO 8601 timestamp. Return events created at or before this time.
string
Pagination cursor from a previous response.
integer
default:"25"
Number of events per page (max 100).

Response

Examples

Pagination

To iterate through all results: