---
title: "Get Call Runtime Logs"
method: GET
path: "/agents/calls/{call_id}/logs"
tags: ["Agents"]
---

# Get Call Runtime Logs

`GET /agents/calls/{call_id}/logs`

## Path parameters

- `call_id` string, required

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

- AgentCallLogs — The runtime logs associated with a specific agent call.
  - `call_id` string, required — The ID of the call.
  - `logs` string[], required — The runtime log lines produced by the agent's code during the call.
  - `updated_at` string, date-time, required — The date and time when the logs were last updated.

## Other responses

- `404` — Returned when the call does not exist or does not belong to your account (`"Call not found"`), or when the call exists but logs are not available (`"Call logs not available"` — they may not have been generated yet or may have been removed due to data retention settings).

---

[API](https://skmtc.net/cartesia/apis/cartesia-api.md) · [All operations](https://skmtc.net/cartesia/apis/cartesia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cartesia/cartesia-api/revisions/8910812440d3/schema)
