SeatBuilderSeatBuilder Docs

List events

Returns a paginated list of events in the calling workspace and environment. Use `?page` and `?limit` (1-100, default 20) to page through results.

GET/api/v1/events

Response Body

curl -X GET "http://localhost:3000/api/v1/events"

{
  "items": [
    {
      "eventKey": "evt_q3-2026-jazz-night",
      "chartKey": "chart_8a2b1c",
      "chartPublishedVersion": 3,
      "name": "Friday jazz night, October 2026",
      "createdAt": "2026-09-18T11:30:00.000Z",
      "updatedAt": "2026-09-18T11:30:00.000Z"
    }
  ],
  "total": 1,
  "page": 1,
  "limit": 20
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}