---
title: "Get an event"
method: GET
path: "/app/v1/events/{id}"
tags: ["events"]
---

# Get an event

`GET /app/v1/events/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

A successful operation

- EventWithAssociatedFacility
  - `name` string
  - `description` string
  - `status` 'open' | 'resolved' | 'overdue' | 'dismissed'
  - `classification` 'planned' | 'unplanned'
  - `start` string, date-time
  - `end` string, date-time
  - `event_schema_id` string, uuid
  - `associated_facility_id` string, uuid
  - `completed_at` string, date-time
  - `due_date` string, date-time
  - `created_at` string, date-time
  - `created_by` string, uuid
  - `id` string, uuid
  - `company_id` string, uuid
  - `updated_at` string, date-time
  - `associated_facility` Facility
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `created_by` string, uuid
    - `updated_by` string, uuid
    - `custom_attributes` CustomAttributes
    - `latitude` number, nullable — latitude on the Earth
    - `longitude` number, nullable — longitude on the Earth
    - `name` string
    - `status` string — Use `id` value of any index in `GET /v1/facility_statuses`
    - `type` string — Use `id` value of any index in `GET /v1/facility_types`
    - `id` string, uuid

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
