latestOpenAPI 3.1.02026-08-105279262.8 KB
51f7c5a8d15d
legacyPipelines
List Orders
Retrieve a paginated list of all orders. Returns order details including status, cost, area, and delivery information. This endpoint supports filtering, sorting, and pagination to manage large result sets.
get/pipelines
Query parameters
per_pageinteger
The number of item per page
cursorstring
Reference to next page in the collection. Each page requested returns this reference for the next page.
sort'asc' | 'desc'
Items ordering based on pipeline's created_at property
Response
Success
Example response
{
"data": [
{
"off_nadir_angle": [
-30,
30
]
}
]
}