---
title: "GeneratedEventSchemaDetails returns details about an event schema."
method: GET
path: "/v1.1/generated_event_schemas/details"
tags: ["ControlService"]
---

# GeneratedEventSchemaDetails returns details about an event schema.

`GET /v1.1/generated_event_schemas/details`

Requires an event name and optional other search params like write key or last seen.

## Query parameters

- `eventName` string
- `writekeys` string[], nullable
- `earliestSeen` string, date-time, nullable

## Response `200`

OK

- ProtobufControlpbV1GeneratedEventSchemaDetailsResponse
  - `combinations` string
  - `count` string
  - `details` string, byte
  - `lastSeen` string, date-time, nullable

## Other responses

- `4XX` — Something is wrong with your request such as missing or invalid data. Correct your request and try again.
- `5XX` — Internal server error. Try again later or reach out to MetaRouter support.

---

[API](https://skmtc.net/metarouter/apis/control-api.md) · [All operations](https://skmtc.net/metarouter/apis/control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metarouter/control-api/versions/5afc05bfaaa2/schema)
