---
title: "List Launch Options"
method: GET
path: "/screenings/{id}/launch_results/launch_options"
tags: ["Launch Screening"]
---

# List Launch Options

`GET /screenings/{id}/launch_results/launch_options`

Get the launch option results for a Launch Screening.

Note: filters applied to this endpoint apply to the Conjunction model.

## Path parameters

- `id` string, uuid, required

## Query parameters

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

## Response `200`

Successful Response

- OffsetPageResultLaunchOption
  - `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` LaunchOption[], required
    - `launch_time` string, date-time, required
    - `n_conjunctions` integer, required
  - `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)
