---
title: "Get Live Call"
method: GET
path: "/api/v1/live-calls"
tags: ["Live Calls"]
---

# Get Live Call

`GET /api/v1/live-calls`

Return a flat snapshot of a call by one of:

- `call_log_id`
- `user_phone_number`
- `key` + `value` (any variable previously mapped on the flow)

Tries `live_calls` first (source=`live_calls`), then falls back to
`v_call_logs` (source=`call_logs`). Response is a single-level dict with
dotted keys for any nested values.

## Query parameters

- `key` string, nullable — The key of the variable to search for
- `value` string, nullable — The value of the variable to search for
- `call_log_id` integer, nullable — The ID of the call log to search for
- `user_phone_number` string, nullable — The phone number of the user to search for

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getprosperapp/apis/prosper-voice.md) · [All operations](https://skmtc.net/getprosperapp/apis/prosper-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprosperapp/prosper-voice/versions/93bd5b9524ee/schema)
