---
title: "List events"
method: GET
path: "/app/v1/events"
tags: ["events"]
deprecated: true
---

# List events

`GET /app/v1/events`

> **Deprecated.**

## Query parameters

- `name` string
- `description` string
- `status` 'open' | 'resolved' | 'overdue' | 'dismissed'
- `classification` 'planned' | 'unplanned'
- `start_window` string, date-time
- `end_window` string, date-time
- `sort_by` string
- `sort_direction` 'asc' | 'desc'

## Response `200`

A successful operation

- object
  - `page_number` number
  - `page_size` number
  - `total_entries` number
  - `total_pages` number
  - `data` EventWithDuration[]
    - `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
    - `duration` string

---

[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)
