# Get occurrence

`GET /occurrences/{id}`

Base URL: `https://api.viewcy.com/2025_06`

## Parameters

- `id` (path, string, **required**) (example: `f2baa330-06f7-473f-87ea-7dcee9a15e00`)

## Responses

### 200 — Returns the occurrence

- `object` (string)
- `id` (string)
- `eventId` (string)
- `startsAt` (string)
- `endsAt` (string)
- `canceled` (boolean)
- `createdAt` (string)
- `updatedAt` (string)

### 401 — Returns 401

- `object` (string)
- `status` (integer)
- `message` (string)

### 404 — Returns 404 for non-existent occurrence

- `object` (string)
- `status` (integer)
- `message` (string)

---
Full OpenAPI spec: https://developer.viewcy.com/openapi/2025_06_viewcy_api.yaml

Interactive docs: https://developer.viewcy.com/api/get-occurrence
