---
title: "Get Call Status"
method: GET
path: "/video/call/{call_id}/status"
tags: ["video", "video"]
---

# Get Call Status

`GET /video/call/{call_id}/status`

Get current status of a call

🔒 Had auth but no caller/callee check — any logged-in user who knew a
call_id could read another pair's call status (identities, room name,
language settings). Same fix as end_call.

## Path parameters

- `call_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
