---
title: "Get event vocabulary"
method: GET
path: "/event-vocabularies/{name}"
tags: ["events"]
---

# Get event vocabulary

`GET /event-vocabularies/{name}`

Returns a delivery event vocabulary by name.

## Path parameters

- `name` string, required

## Response `200`

The event vocabulary.

- DeliveryEventVocabulary — Schema for delivery event vocabularies.
  - `name` string, required — Standard identifier in reverse-domain notation.
  - `version` string, required — Version in YYYY-MM-DD format.
  - `extends` string[] — Parent standard this extends (optional, max one).
  - `title` string, required — Human-readable title.
  - `description` string — Human-readable description.
  - `spec` string, uri — URL to specification document.
  - `events` object, required — Map of event IDs to event definitions.

## Other responses

- `404` — Event vocabulary not found.

---

[API](https://skmtc.net/palette-labs-inc/apis/local-protocol.md) · [All operations](https://skmtc.net/palette-labs-inc/apis/local-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/palette-labs-inc/local-protocol/revisions/7db6ad75e16d/schema)
