Get a call
GET
/ v1 / calls / {id} Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Responses
OK
id string required createdAt integer required maxParticipants integer required emptyTimeout string required joinTimeout string required lifetime string required recording boolean required participantCount integer required participants object[] required curl --request GET \
--url "http://127.0.0.1:7880/v1/calls/{id}" \
--header "Authorization: Bearer YOUR_API_KEY"{
"id": "<string>",
"createdAt": 123,
"maxParticipants": 123,
"emptyTimeout": "<string>",
"joinTimeout": "<string>",
"lifetime": "<string>",
"recording": true,
"participantCount": 123,
"participants": []
}