Overview
Returns a paginated list of every event belonging to your organisation. Use this to discoverevent_id values for the photo, search, and download endpoints.
Endpoint
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
org_id | number | Yes | Your organisation ID. |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page | number | No | Page number (default: 1). |
page_size | number | No | Items per page (default: 10, max: 100). |
This endpoint returns paginated results. See the Pagination Model for the metadata shape and
Conventions for shared rules.Example Request
Example Response
Response Models
| Model | Description |
|---|---|
| EventListResponse | Top-level response containing events and pagination. |
| EventListItem | Event object returned inside events[]. |
| PaginationInfo | Pagination metadata. |
Error Responses
| Status | Meaning |
|---|---|
401 | API key is missing. |
403 | API key is invalid, inactive, or does not belong to this organisation. |
429 | Rate limit exceeded. Back off and retry. |
500 | Internal failure. |

