APIEndpoints
GET /v1/events
Query audit events with filters and cursor pagination.
GET
/v1/eventsQuery Parameters
limit?integer
Max events per page
Default
50Range
1 <= value <= 200cursor?string
Opaque cursor for next page
from?string
Filter events from this time (ISO 8601)
Format
date-timeto?string
Filter events until this time (ISO 8601)
Format
date-timecategory?string
Filter by category
action?string
Filter by action
projectId?string
Filter by project
Format
uuidworkspaceId?string
Filter by workspace (company keys only)
Format
uuidResponse Body
application/json
curl -X GET "https://api.hyrelog.com/v1/events"{
"data": [
{}
],
"nextCursor": null
}