x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/category-items/extract?cursor_modified_at&cursor_card_pos&limit&category_id&category_code' \
--header 'x-api-key: <api-key>'{
"items": [
{
"category": {
"code": "ROUGE",
"id": 1
},
"code": "ROUGE:PETIT",
"id": 15,
"item_code": "PETIT",
"metadata": {
"sdk_index_used": 1,
"sdk_interface": "CategoryItem",
"unique_id": 150,
"updated_at": "2026-03-01T10:00:00-04:00",
"updated_by_user_id": 7
},
"name": "Article rouge petit",
"segmentation_id": "SEG-001",
"status": {
"is_active": true,
"is_deleted": false,
"is_used": false
},
"sync": {
"cursor": {
"card_pos": 15,
"modified_at": "2026-03-01T10:00:00-04:00"
},
"extracted_at": "2026-03-13T10:00:00-04:00",
"organisation_id": "mastodonte"
}
}
],
"count": 0,
"has_more": false,
"next_cursor": {
"modified_at": "2019-08-24T14:15:22.123Z",
"card_pos": 0
}
}