---
title: "List Events"
method: GET
path: "/orgs/{orgId}/events"
tags: ["public", "Event"]
---

# List Events

`GET /orgs/{orgId}/events`

## Path parameters

- `orgId` string, required

## Response `200`

A list of Events.

- EventResponse[]
  - `properties` string[], required — List of event properties which can be used as variables for this event
  - `scope` string, required — Event scope
  - `type` string, required — Event type

---

[API](https://skmtc.dev/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.dev/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc.dev/humanitec/apis/humanitec-api/revisions/74d8727ef6b1?raw)
