GET
/
v0
/
catalogs
/
deliveries
curl --request GET \
  --url https://api.pixxel.space/v0/catalogs/deliveries \
  --header 'Authorization: <api-key>'
{
  "deliveries": [
    {
      "catalog_id": "47435e2b-d8c4-51ff-9de9-2be3bfc92276",
      "cloud_delivery": {
        "config": "config",
        "path": "/path/subdirectory1"
      },
      "created_at": "2024-05-27T06:50:20.056549Z",
      "created_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
      "delivery_id": "47435e2b-d8c4-41ff-9de9-2be3cfc92276",
      "status": "SUCCESS",
      "target_path": "order_1/catalogs.zip",
      "task_id": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01",
      "updated_at": "2024-05-27T06:50:20.056549Z",
      "updated_by": "e31ab6f8-d359-4c6a-83c6-bfa32229bb01"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

delivery_id
string

Delivery ID

catalog_id
string

Catalog ID

task_id
string

Task ID

Response

200
application/json
OK
deliveries
object[]