GET
/
v0
/
orders
/
{id}
curl --request GET \
  --url https://api.pixxel.space/v0/orders/{id} \
  --header 'Authorization: <api-key>'
{
  "created_at": "2020-01-01T00:00:00+00:00",
  "created_by": "47435e2b-d8c4-41ff-9de9-2be3bfc92270",
  "id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
  "order_items": [
    {
      "area": 1000,
      "bandset": {
        "bands": [
          {
            "name": "B001",
            "wavelength": 473
          }
        ],
        "bandset_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
        "custom": [
          [
            123
          ]
        ]
      },
      "base_amount": 10000,
      "cloud_cover": 0,
      "cloud_delivery": {
        "config": "config",
        "path": "/path/subdirectory1"
      },
      "created_at": "2024-05-27T06:50:20.056549Z",
      "created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
      "delivery_speed": "STANDARD/EXPEDITED",
      "end_date": "2020-10-28T00:00:00Z",
      "feasibility_status": "FAILED/WEAK_SUCCESS/SUCCESS",
      "final_amount": 12000,
      "id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
      "image_type": "VNIR",
      "images": [
        {
          "geometry": "<any>",
          "item_id": "<string>"
        }
      ],
      "last_feasibility_check": "2024-05-27T06:50:20.056549Z",
      "name": "order item 1",
      "no_of_occurrences": 0,
      "number_of_bands": 2,
      "occurrences": [
        {
          "end": "2020-01-01T00:00:00+00:00",
          "start": "2020-01-01T00:00:00+00:00"
        }
      ],
      "off_nadir": 0,
      "order_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
      "org_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
      "payment_status": "PAID/PARTIAL-REFUND/REFUND/UNPAID/PARTIAL-MONTHLY",
      "project_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
      "recurrence": "ONCE",
      "start_date": "2020-10-22T00:00:00Z",
      "status": "DRAFT/ACTIVE/COMPLETED/CANCELLED/FAILED/PARTIALLY_COMPLETED",
      "tokens_used": 100,
      "transaction_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
      "type": "TASKING/ARCHIVE/RECURRING",
      "updated_at": "2024-05-27T06:50:20.056549Z",
      "updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
      "uplifts": [
        {
          "amount": 123,
          "item_id": "<string>",
          "percentage": 123,
          "subtitle": "<string>",
          "title": "<string>"
        }
      ],
      "usecase": "agriculture",
      "user_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276"
    }
  ],
  "org_id": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
  "paid_at": "",
  "status": "PAID",
  "total_amount": 1000,
  "transaction_id": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
  "updated_at": "2020-01-01T00:00:00+00:00",
  "updated_by": "47435e2b-d8c4-41ff-9de9-2be3bfc92270",
  "user_id": "e31ab6f8-d359-4c6a-83c6-bfa32449bb01"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Order ID

Response

200
application/json
OK
created_at
string
Example:

"2020-01-01T00:00:00+00:00"

created_by
string

uuid of the user who created the order

Example:

"47435e2b-d8c4-41ff-9de9-2be3bfc92270"

id
string
Example:

"47435e2b-d8c4-41ff-9de9-2be3bfc92276"

order_items
object[]
org_id
string
Example:

"e31ab6f8-d359-4c6a-83c6-bfa32229bb01"

paid_at
string
Example:

""

status
enum<string>

payment status of the order PAID/UNPAID/PAYMENT_IN_PROGRESS

Available options:
PAID,
REFUND,
UNPAID,
PAYMENT_IN_PROGRESS
Example:

"PAID"

total_amount
number
Example:

1000

transaction_id
string
Example:

"e31ab6f8-d359-4c6a-83c6-bfa32229bb01"

updated_at
string
Example:

"2020-01-01T00:00:00+00:00"

updated_by
string

uuid of the user who last updated the order

Example:

"47435e2b-d8c4-41ff-9de9-2be3bfc92270"

user_id
string
Example:

"e31ab6f8-d359-4c6a-83c6-bfa32449bb01"