---
title: "Get Meta Api"
method: GET
path: "/api/meta"
---

# Get Meta Api

`GET /api/meta`

## Response `200`

Successful Response

- MetaResponse
  - `server_version` string, required
  - `hosts` string[], required
  - `methods` string[], required
  - `event_types` string[], required
  - `apps` string[], required
  - `sessions` string[], required

## Changes

- **2026-08-01** `d7a0356fb63c` — 1 warning
  - added the new `test` enum value to the `event_types/items/` response property for the response status `200`
- **2026-05-28** `4a1317d664b3` — 1 info
  - added the required property `server_version` to the response with the `200` status
- **2026-05-26** `8389ab2610fc` — 2 info
  - added the required property `apps` to the response with the `200` status
  - added the required property `sessions` to the response with the `200` status
- **2026-05-22** `2da127b318d2` — 1 warning
  - added the new `http_incoming` enum value to the `event_types/items/` response property for the response status `200`
- **2026-05-04** `5561c57fbffd` — 3 breaking, 1 info
  - removed the required property `apps` from the response with the `200` status
  - removed the required property `server_version` from the response with the `200` status
  - removed the required property `sessions` from the response with the `200` status
  - removed the `http_incoming` enum value from the `event_types/items/` response property for the response status `200`

[Change history](https://skmtc.dev/smelloscope/apis/smello/changes/api/meta/get.md)

---

[API](https://skmtc.dev/smelloscope/apis/smello.md) · [All operations](https://skmtc.dev/smelloscope/apis/smello/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smelloscope/smello/revisions/469b056c3641/schema)
