latestOpenAPI 3.1.02026-08-105279262.8 KB
51f7c5a8d15d
archiveSearch
Search Results
Returns source products from the archive from the search referenced by the specified id
get/archive/search/{id}/search_results
Path parameters
idstring required
id of search to retrieve results from
Query parameters
per_pageinteger
maximum number of records to return
cursorinteger
pointer to the next item
Response
Success
Example response
{
"data": [
{
"off_nadir_angle": 12.5
}
]
}