Pixxel

Get a catalog

Get a single catalog by ID

GET/v0/catalogs/{id}
Authorisations
AuthorizationString
Path Parameters
idstringrequired
Catalog ID
Response
application/json
OK
areanumber
area of the catalog in sq. kmExample: 100
bandset_idstring
id of the bandset present in the catalogExample: "47435e2b-d8c4-41ff-9de9-2be3bfc92277"
created_atstring
timestamp of the creation of the catalogExample: "2024-05-27T06:50:20.056549Z"
created_bystring
uuid of the user who created the catalogExample: "0d7b3c5e-3b2a-4e77-bedb-5e0d2257cdb6"
delivery_statusstring
status of the delivery of the catalog, in case automated delivery was enabledExample: "SUCCESSFUL"
detailsobject
STAC item info of the catalog
Show child attributes
idstring
id of the catalogExample: "47435e2b-d8c4-41ff-9de9-2be3bfc92276"
org_idstring
id of the workspace to which the catalog belongsExample: "e31ab6f8-d359-4c6a-83c6-bfa322 29bb01"
task_idstring
id of the task, whose catalog this resource tracksExample: "ef8195b7-5ca6-4aca-a3fc-df6ffd58892d"
updated_atstring
timestamp of the last update of the catalogExample: "2024-05-27T06:50:20.056549Z"
updated_bystring
uuid of the user who last updated the catalogExample: "0ada9483-e3ed-4f31-8a69-372686966451"
Get a catalog
1curl -X GET 'https://api.pixxel.space/v0/catalogs/{id}' \
2 -H 'Authorization: YOUR_API_KEY'
Response:
{
"area": 100,
"bandset_id": "47435e2b-d8c4-41ff-9de9-2be3bfc92277",
"created_at": "2024-05-27T06:50:20.056549Z",
"created_by": "0d7b3c5e-3b2a-4e77-bedb-5e0d2257cdb6",
"delivery_status": "SUCCESSFUL",
"details": null,
"id": "47435e2b-d8c4-41ff-9de9-2be3bfc92276",
"org_id": "e31ab6f8-d359-4c6a-83c6-bfa322 29bb01",
"task_id": "ef8195b7-5ca6-4aca-a3fc-df6ffd58892d",
"updated_at": "2024-05-27T06:50:20.056549Z",
"updated_by": "0ada9483-e3ed-4f31-8a69-372686966451"
}