Pipelines
Create and manage pipelines for ordering and delivering geospatial data.
📄️ 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.
📄️ Create Order
Create a new imagery order. Specify the data source, area of interest, time interval, and processing parameters. The order will be queued for processing and you will receive notifications as it progresses through various stages.
📄️ Delete Multiple Orders
Delete multiple orders in a single request. Provide an array of pipeline IDs to delete. Only orders that have not started processing can be deleted. Returns a summary of successful and failed deletions.
📄️ Get Order Details
Retrieve detailed information about a specific order including current status, processing progress, cost breakdown, and deliverable files. Use this endpoint to poll for order completion or check on processing status.
📄️ Update Order
Update an existing order configuration. You can modify certain parameters like the end date or processing options if the order has not yet started processing. Most parameters cannot be changed once processing begins.
📄️ Delete Order
Delete a specific order. Only orders that have not started processing or are in a failed state can be deleted. Active or completed orders cannot be deleted to maintain audit trail.
📄️ List Order Interval Results
Retrieve interval-based results for a specific order. For recurring orders that collect data at regular intervals (e.g., daily, weekly), this endpoint returns results grouped by time interval. Each interval includes metadata about captured imagery, cloud cover, and processing status.
📄️ List All Interval Results
Retrieve all interval results across all your orders. This provides a consolidated view of captured imagery from recurring orders, useful for monitoring ongoing collection campaigns. Results include capture time, cloud cover, quality metrics, and download links.
📄️ List Order Outputs
Retrieve a list of all output files (deliverables) from your orders. Each output represents a processed imagery file ready for download. Outputs include metadata such as file size, format, coordinate system, and expiration date for download links. For new integrations, access deliverables through GET /accounts/orders/{order_id} instead.
📄️ Get Output Details
Retrieve detailed information about a specific output file including download URL, file metadata, processing parameters applied, and coordinate reference system information. Download URLs are typically valid for 30 days. For new integrations, access deliverables through GET /accounts/orders/{order_id} instead.