---
title: "Get Propagation Forces"
method: GET
path: "/propagations/{id}/forces"
tags: ["Propagation"]
---

# Get Propagation Forces

`GET /propagations/{id}/forces`

Get force models assigned to propagation job.

## Path parameters

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

## Response `201`

Successful Response

- ForceModelRead
  - `id` string, uuid, required
  - `earth_model` string, nullable
  - `geopotential` boolean
  - `geopotential_degree` integer, nullable
  - `geopotential_order` integer, nullable
  - `drag` boolean
  - `drag_model` string, nullable
  - `third_bodies` boolean
  - `third_bodies_list` string, nullable
  - `solid_tides` boolean
  - `solar_radiation_pressure` boolean
  - `ocean_tides` boolean
  - `oceantides_degree` integer, nullable
  - `oceantides_order` integer, 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/versions/afeec2546de3/schema)
