AurionAI Docs

Get Current Oncall

GET
/api/v2/oncall/current/{team_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

team_id*Team Id

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/oncall/current/string"
{
  "entry_id": "string",
  "schedule_name": "string",
  "user_email": "string",
  "user_id": "string",
  "user_name": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}