GET
/organizations/{organizationId}/eventsList product events
Returns immutable product events for an organization and a selected time window.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
organizationIdpath · stringrequired
Opaque organization identifier.
limitquery · integeroptional
Maximum records to return. Defaults to 25.
cursorquery · stringoptional
Opaque cursor from a prior response.
event_namequery · stringoptional
fromquery · string · date-timeoptional
toquery · string · date-timeoptional
Responses
200application/json
Event page.
{
"data": [
{
"id": "evt_01J8FB7D3P6Q9T2V5M4",
"name": "document.published",
"occurred_at": "2026-09-03T10:21:30Z",
"actor": {
"type": "member",
"id": "mem_01J8F3D2P9Q7V6N5M4K"
},
"subject": {
"type": "document",
"id": "doc_01J8F8W4S3P2N9B6M7K5Q1R0T"
},
"properties": {
"version": 4,
"source": "api"
}
}
],
"page": {
"next_cursor": "eyJvZmZzZXQiOjI1fQ",
"previous_cursor": null,
"has_more": true
},
"request_id": ""
}dataarray<>optional
pageoptional
request_idstringoptional
Powered by heyo-docs