v1
latestOpenAPI 3.1.02026-07-26650239.3 KBScans
Get Scan by ID
Fetch metadata about a single scan by its uuid.
get/v0/scan/{uuid}
Path parameters
uuidstring required
Query parameters
files_page_numberinteger
Desired page of results
files_per_pageinteger
Number of results to return per page
pre_signed_download_urlsboolean
If True, the media download urls will be pre-signed, will not require authentication, and will expire after 1 hour. If False, the urls will redirect to the file and will not expire, but will still require authentication.
Response
Scan details and media files
Example response
{
"data": {
"scan": {
"files": [
{
"captured_time": "2022-05-03T03:10:52.503+00:00",
"uploaded_time": "2022-05-03T03:10:52.503+00:00"
}
],
"flights": [
{
"landing": "2022-05-03T03:10:52.503+00:00",
"takeoff": "2022-05-03T03:10:52.503+00:00"
}
],
"scan_time": "2022-05-03T03:10:52.503+00:00"
}
}
}