x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//system/indexing/windows?organisation_id' \
--header 'x-api-key: <api-key>'{
"organisation_id": "mastodonte",
"count": 2,
"items": [
{
"window_name": "sync-quotidienne",
"enabled": true,
"mode": "incremental",
"frequency_minutes": 15,
"batch_size": 100,
"updated_at": "2026-03-16T10:00:00-04:00"
},
{
"window_name": "validation-nocturne",
"enabled": true,
"mode": "full_validation",
"run_at_hour": 2,
"run_at_minute": 0,
"batch_size": 200,
"updated_at": "2026-03-15T08:00:00-04:00"
}
]
}