v1
latestOpenAPI 3.1.02026-07-26650239.3 KBGet Mission Runs
Search mission runs (single executions of a mission) by various parameters.
Query parameters
Limit results to a specific flight ID. ID can be formatted as a full UUID, or can omit - characters, and is case insensitive
Limit results to a specific mission template ID (UUID)
Limit results to Mission Runs with this result
Limit results to a specific vehicle, by serial number
Limit results to a specific dock, by serial number
Search for Mission Results started before this timestamp. The timestamp should follow the ISO 8601 standard format.
Search for Mission Results ended since this timestamp. The timestamp should follow the ISO 8601 standard format.
Number of results to return per page
Return a specific page number from results
Response
List of mission runs returned from GET /mission_runs endpoint
Example response
{
"data": {
"mission_runs": [
{
"end_time": "2022-05-03T03:10:52.503+00:00",
"start_time": "2022-05-03T03:10:52.503+00:00"
}
]
}
}