# List rockets

> Page through the rockets of an account.

Source: https://aymericchaverot.github.io/zenith-docs/openapi/example/list-rockets/

:::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 renders a single operation, with query parameters and a paginated response. Below this note, the page is one line of MDX:

```mdx
<APIPage spec="rockets" path="/rockets" method="get" />
```
:::

<APIPage spec="rockets" path="/rockets" method="get" />