x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/segments/extract?cursor_modified_at&cursor_card_pos&limit&description_prefix' \
--header 'x-api-key: <api-key>'{
"items": [
{
"categories": [
{
"category_code": "ROUGE",
"category_id": 10,
"line_index": 1
},
{
"category_code": "BLEU",
"category_id": 11,
"line_index": 2
},
{
"category_code": "VERT",
"category_id": 12,
"line_index": 3
}
],
"category_count": 3,
"code": 1,
"id": 5,
"metadata": {
"sdk_index_used": 1,
"sdk_interface": "Segment",
"unique_id": 500,
"updated_at": "2026-03-05T10:00:00-05:00",
"updated_by_user_id": 1
},
"name": "Couleur",
"status": {
"is_active": true,
"is_deleted": false,
"is_used": true
},
"sync": {
"cursor": {
"card_pos": 5,
"modified_at": "2026-03-05T10:00:00-05:00"
},
"extracted_at": "2026-03-12T10:04:08-04:00",
"organisation_id": "mastodonte"
}
}
],
"count": 0,
"has_more": false,
"next_cursor": {
"modified_at": "2019-08-24T14:15:22.123Z",
"card_pos": 0
}
}