---
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.dev/satcat/apis/satcat-service-api.md) · [All operations](https://skmtc.dev/satcat/apis/satcat-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/satcat/satcat-service-api/revisions/3af6a1633d06/schema)
