# List launches

> Launches of a rocket, past and scheduled.

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

:::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. Launches embed the whole rocket, so this one shows how nested objects are folded away. Below this note, the page is one line of MDX:

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

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