# Retrieve a rocket

> Read a single rocket by identifier.

Source: https://aymericchaverot.github.io/zenith-docs/openapi/example/get-rocket/

:::note[Example page]
The Rockets API does not exist: it is described in [`rockets.yaml`](https://github.com/AymericChaverot/zenith-docs/blob/main/apps/docs/src/openapi/rockets.yaml) to show what [OpenAPI pages](/openapi/) look like. This one passes a path without a method, which renders every operation of that path. Below this note, the page is one line of MDX:

```mdx
<APIPage spec="rockets" path="/rockets/{rocketId}" />
```
:::

<APIPage spec="rockets" path="/rockets/{rocketId}" />