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
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.