---
title: "List Cola Maneuver Plans"
method: GET
path: "/cola_maneuver_plans"
tags: ["Maneuver Designer"]
---

# List Cola Maneuver Plans

`GET /cola_maneuver_plans`

List the COLA maneuver plans to which the currently authenticated user has read access.

## Query parameters

- `filters` string, nullable
- `sort_field` string
- `sort_direction` 'asc' | 'desc'
- `offset` integer
- `count` integer
- `fields` string

## Response `200`

Successful Response

- OffsetPageResultManeuverDesignerColaPlanRead
  - `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` ManeuverDesignerColaPlanRead[], required
    - `id` string, uuid, required
    - `created_at` string, date-time, required
    - `variant_id` string, uuid, required
    - `user_id` string, uuid, nullable
    - `group_id` string, uuid, nullable
    - `name` string, required
    - `parameters_data` union
      - object
      - unknown[]
        - unknown
    - `opm_file_content` string, nullable
    - `conjunction_id` string, uuid, nullable
    - `ephemeris_id` string, uuid, nullable
    - `status` string, required
    - `conjunction` ConjunctionMinimal
      - `tca` string, date-time, required
      - `miss_distance_km` number, required
      - `launch_time` string, date-time, nullable
      - `collision_probability` number, nullable
      - `primary` EphemerisMetadataWithRSOMinimalRead
        - `id` string, uuid, nullable
        - `rso_id` string, uuid, nullable
        - `filename` string, nullable
        - `data_format` 'hdf5' | 'original' | 'gem'
        - `custom_storage_path` string, nullable
        - `altitude_km` number, nullable
        - `repository_public` boolean
        - `event_public` boolean
        - `shared_event_keys` EphemerisViewer[], nullable
          - `ephemeris_id` string, uuid, nullable
          - `event_key_number` integer, nullable
        - `rso` RSORead
          - `id` string, uuid, required
          - `norad_id` integer, nullable
          - `international_designator` string, nullable
          - `object_type` string, nullable
          - `object_type_category` string, nullable
          - `object_name` string, nullable
        - `user_id` string, uuid, nullable
        - `group_id` string, uuid, nullable
        - `covariance_corrected` boolean, nullable
        - `source_ephemeris_id` string, uuid, nullable
      - `secondary` EphemerisMetadataWithRSOMinimalRead
        - `id` string, uuid, nullable
        - `rso_id` string, uuid, nullable
        - `filename` string, nullable
        - `data_format` 'hdf5' | 'original' | 'gem'
        - `custom_storage_path` string, nullable
        - `altitude_km` number, nullable
        - `repository_public` boolean
        - `event_public` boolean
        - `shared_event_keys` EphemerisViewer[], nullable
          - `ephemeris_id` string, uuid, nullable
          - `event_key_number` integer, nullable
        - `rso` RSORead
          - `id` string, uuid, required
          - `norad_id` integer, nullable
          - `international_designator` string, nullable
          - `object_type` string, nullable
          - `object_type_category` string, nullable
          - `object_name` string, nullable
        - `user_id` string, uuid, nullable
        - `group_id` string, uuid, nullable
        - `covariance_corrected` boolean, nullable
        - `source_ephemeris_id` string, uuid, nullable
  - `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)
