GET
/
v0
/
order-items
curl --request GET \
  --url https://api.pixxel.space/v0/order-items \
  --header 'Authorization: <api-key>'
{
  "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",
      "tasks": [
        {
          "created_at": "2024-05-27T06:50:20.056549Z",
          "created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
          "delivery_status": "SUCCESSFUL",
          "end_date": "25-05-2024",
          "id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
          "number_of_strips": 4,
          "order_item_id": "TD1_006800_20230528_L2A_20230615_03001067",
          "start_date": "15-05-2024",
          "status": "COMPLETED",
          "tokens_used": 10,
          "transaction_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
          "type": "ARCHIVE",
          "updated_at": "2024-05-27T06:50:20.056549Z",
          "updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
        }
      ],
      "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",
      "validation_errors": [
        {}
      ]
    }
  ],
  "pagination": {
    "limit": 10,
    "offset": 0,
    "total": 0
  }
}

Authorizations

Authorization
string
header
required

Query Parameters

user_id
string

User ID

type
string

Type

status
string

Status

order_ids
string

Order IDs

created_by
string

Created By

created_at
string

Created At Range

project_ids
string

Project IDs

ids
string

IDs

area
string

Area Range

limit
integer

Limit

offset
integer

Offset

Response

200
application/json
OK
order_items
object[]
pagination
object