---
title: "Get Conjunction Plot"
method: GET
path: "/screenings/conjunction_plot"
tags: ["Screening"]
---

# Get Conjunction Plot

`GET /screenings/conjunction_plot`

Get a summary of all the user's conjunctions.

## Response `200`

Successful Response

- 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

---

[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)
