Show a conjunction event
GET/v2/event/:id
Get a conjunction event by UUID, including its CDMs. CDM files are included in the response.
Request
Path Parameters
event UUID
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
cdms object[]
CDM files are included in the response.
YYYY-MM-DDTHH:mm:ss[.sssss]Z
[0, 1] or NULL.
YYYY-MM-DDTHH:mm:ss[.sssss]Z
Possible values: [operator_ephemeris, spacex_optical]
YYYY-MM-DDTHH:mm:ss[.sssss]Z
Possible values: [operator_ephemeris, spacex_optical]
Possible values: [none, claimed, rejected]
Possible values: [none, claimed, rejected]
YYYY-MM-DDTHH:mm:ss[.sssss]Z
GPS time in nanoseconds of the first active CDM that created this event.
YYYY-MM-DDTHH:mm:ss[.sssss]Z. Null if the operator has not updated claim status.
YYYY-MM-DDTHH:mm:ss[.sssss]Z. Null if the operator has not updated claim status.
YYYY-MM-DDTHH:mm:ss[.sssss]Z
{
"cdms": [
{
"created_at": "string",
"file": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"is_active": true,
"probability_of_collision": 0,
"tca_gps_nanos": 0,
"trajectory1_created_at": "string",
"trajectory1_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"trajectory1_source": "operator_ephemeris",
"trajectory2_created_at": "string",
"trajectory2_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"trajectory2_source": "operator_ephemeris"
}
],
"claim_status_operator1": "none",
"claim_status_operator2": "none",
"creation_time": "2026-09-09T22:14:07.452Z",
"first_cdm_tca_gps_nanos": 0,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"last_status_update_time_operator1": "2026-09-09T22:14:07.452Z",
"last_status_update_time_operator2": "2026-09-09T22:14:07.452Z",
"object1_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"object1_maneuverable": true,
"object1_name": "string",
"object2_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"object2_maneuverable": true,
"object2_name": "string",
"operator1_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"operator1_name": "string",
"operator2_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"operator2_name": "string",
"updated_time": "2026-09-09T22:14:07.452Z"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}