---
title: "Get Specific Propagation Maneuver"
method: GET
path: "/propagations/{id}/maneuvers/{maneuver_id}"
tags: ["Propagation"]
---

# Get Specific Propagation Maneuver

`GET /propagations/{id}/maneuvers/{maneuver_id}`

Get maneuver from propagation job.

## Path parameters

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

## Response `201`

Successful Response

- ManeuverRead
  - `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

## 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/revisions/afeec2546de3/schema)
