My App
APIEndpoints

GET /v1/events

Query audit events with filters and cursor pagination.

GET/v1/events

Query Parameters

limit?integer

Max events per page

Default50
Range1 <= value <= 200
cursor?string

Opaque cursor for next page

from?string

Filter events from this time (ISO 8601)

Formatdate-time
to?string

Filter events until this time (ISO 8601)

Formatdate-time
category?string

Filter by category

action?string

Filter by action

projectId?string

Filter by project

Formatuuid
workspaceId?string

Filter by workspace (company keys only)

Formatuuid

Response Body

application/json

curl -X GET "https://api.hyrelog.com/v1/events"
{
  "data": [
    {}
  ],
  "nextCursor": null
}