AurionAI Docs

List Schedules

GET
/api/v2/oncall/schedules

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

team_id?string|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/oncall/schedules"
[
  {
    "created_at": "2019-08-24T14:15:22Z",
    "id": "string",
    "is_active": true,
    "name": "string",
    "rotation_type": "weekly",
    "team_id": "string",
    "timezone": "UTC",
    "updated_at": "2019-08-24T14:15:22Z"
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}