---
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.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
