API key passed via request header. Either this or the api_key query parameter is required.
Spexi-assigned order identifier to look up.
SPX-20260625-ABC123Tasking order details.
Spexi-assigned order identifier.
Caller-supplied external order id, or null if none was set.
Name of the customer organization that placed the order.
First name of the primary customer contact.
Last name of the primary customer contact.
Email of the primary customer contact.
ISO-8601 timestamp when the order was submitted.
Preferred capture window start (ISO-8601), or null if unset.
Preferred capture window end (ISO-8601), or null if unset.
Free-form notes supplied with the order, or null if none.
Missing or invalid authentication credentials.
Caller lacks permission to access tasking orders.
No order matches the given spexi_order_id for the caller's organization.
GET /developer-api/api/v1/order/tasking/{spexi_order_id} HTTP/1.1
Host: world.spexi.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"spexi_order_id": "text",
"external_order_id": "text",
"customer_org_name": "text",
"customer_first_name": "text",
"customer_last_name": "text",
"customer_email": "name@gmail.com",
"submitted_at": "2026-01-01T00:00:00.000Z",
"preferred_capture_start": "2026-01-01T00:00:00.000Z",
"preferred_capture_end": "2026-01-01T00:00:00.000Z",
"notes": "text",
"order_products": [
{
"product_type": "panorama",
"product_sub_type": "standard",
"status": "submitted",
"updated_at": "2026-01-01T00:00:00.000Z",
"zones": [
{
"index": "8a2a1072b4b7fff",
"status": "uncaptured"
}
]
}
]
}Last updated