Skip to main content
GET
List usage events

Authorizations

Authorization
string
header
required

A Custral secret API key (sk_…), created in Settings → Applications. Sent as Authorization: Bearer sk_…. The X-Api-Key: sk_… header is also accepted and takes precedence. Never expose a secret key in a browser.

Path Parameters

id
string
required

Query Parameters

customerRecordId
string
productRecordId
string
from
string<date-time>
to
string<date-time>
limit
integer
default:50

Page size, 1-200. Defaults to 50 - this endpoint always pages.

Required range: 1 <= x <= 200
offset
integer
default:0

Rows to skip, for the next page.

Required range: x >= 0

Response

The recorded events.

data
object[]
reqId
string

A per-request id (req_…). Quote it to support when reporting a problem.

Example:

"req_2a1f9c8e7b6d5"