---
title: "GET /editions/{id}"
method: GET
path: "/editions/{id}"
tags: ["Editions"]
---

# GET /editions/{id}

`GET /editions/{id}`

This endpoint allows you to retrieve a specific edition by its ID.

## Path parameters

- `id` string, required

## Response `200`

Successfully authorized

- Edition
  - `id` Schema, required — unresolved $ref
  - `name` string, required
  - `order` integer, required — The order in which the edition should be sorted
  - `capabilities` object, required — Object with key as feature flag and value boolean determining if it is on/off

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `404` — Referenced resource could not be found.
- `500` — Something went wrong in the server. Please try again.

---

[API](https://skmtc.dev/eagleeyenetworks/apis/devices.md) · [All operations](https://skmtc.dev/eagleeyenetworks/apis/devices/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eagleeyenetworks/devices/revisions/df57313de545/schema)
