x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//system/indexing/policies?organisation_id' \
--header 'x-api-key: <api-key>'{
"organisation_id": "mastodonte",
"count": 2,
"items": [
{
"entity_name": "charters",
"enabled": true,
"required_for_ready": true,
"updated_by": "system",
"updated_at": "2026-03-16T10:00:00-04:00"
},
{
"entity_name": "customers",
"enabled": true,
"required_for_ready": false,
"updated_by": "system",
"updated_at": "2026-03-16T10:00:00-04:00"
}
]
}