---
title: "Get All Propagation Maneuvers"
method: GET
path: "/propagations/{id}/maneuvers"
tags: ["Propagation"]
---

# Get All Propagation Maneuvers

`GET /propagations/{id}/maneuvers`

Get all maneuvers from propagation job.

## Path parameters

- `id` string, uuid, required — UUID of Propagation

## Query parameters

- `filters` string, nullable
- `sort_field` string
- `sort_direction` 'asc' | 'desc'
- `offset` integer
- `count` integer

## Response `201`

Successful Response

- OffsetPageResultManeuverRead
  - `pagination` OffsetPagination, required
    - `offset` integer — Offset in the collection to begin the page.
    - `count` integer — Number of items to retrieve. 0 returns all items.
  - `items` ManeuverRead[], required
    - `id` string, uuid, required
    - `type` string, required
    - `ignition_epoch` string, date-time, required
    - `delta_mass` number, nullable
    - `ref_frame` string, nullable
    - `deltav_x` number, nullable
    - `deltav_y` number, nullable
    - `deltav_z` number, nullable
    - `deltav_unit` string, nullable
    - `thrust_x` number, nullable
    - `thrust_y` number, nullable
    - `thrust_z` number, nullable
    - `thrust_unit` string, nullable
    - `duration` number, nullable
    - `specific_impulse` number, nullable
    - `rso_id` string, uuid, nullable
  - `total_count` integer, required

## Other responses

- `422` — Validation Error

---

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