Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/chrono/schedules \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"name": "Business Hours Policy",
"timezone": "Australia/Sydney",
"active": true,
"updated_at": "2025-10-29T01:43:31Z",
"created_at": "2025-10-29T01:43:31Z",
"hours": [
{
"day": "monday",
"start": "09:00",
"end": "17:00"
}
],
"metadata": [
{
"key": "policy_id",
"value": "pol_12345"
}
]
}
]
}Retrieves a list of all schedule objects belonging to your workspace. The schedules are returned sorted by creation date, with the most recently created schedules appearing first.
curl --request GET \
--url https://v1.api.altostrat.io/chrono/schedules \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"name": "Business Hours Policy",
"timezone": "Australia/Sydney",
"active": true,
"updated_at": "2025-10-29T01:43:31Z",
"created_at": "2025-10-29T01:43:31Z",
"hours": [
{
"day": "monday",
"start": "09:00",
"end": "17:00"
}
],
"metadata": [
{
"key": "policy_id",
"value": "pol_12345"
}
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?