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

# Get Tle

`GET /propagations/{id}/tle`

Get tle assigned to propagation job.

## Path parameters

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

## Response `201`

Successful Response

- TLERead
  - `id` string, uuid, required
  - `object_name` string, nullable
  - `line1` string, nullable
  - `line2` string, 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)
