---
title: "List Calls"
method: GET
path: "/v1/calls"
tags: ["calls"]
---

# List Calls

`GET /v1/calls`

List all calls managed through agents by the owner of the API key.

## Response `200`

Successful Response

- DeveloperCallModel[]
  - `id` string, required — The ID of the call.
  - `agent_id` string, required — The ID of the agent handling the call.
  - `started_at` string, required — The start time of the call in ISO 8601 format.
  - `ended_at` string, nullable, required — The end time of the call in ISO 8601 format. If null, the call might still be ongoing.

---

[API](https://skmtc.dev/bey-dev/apis/fastapi.md) · [All operations](https://skmtc.dev/bey-dev/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bey-dev/fastapi/revisions/b999e8704c12/schema)
