Skip to main content
GET
Get Call Runtime Logs

Authorizations

Authorization
string
header
default:$CARTESIA_API_KEY
required

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

Headers

Cartesia-Version
enum<string>
default:2026-03-01
required

API version header.

Available options:
2026-03-01
Example:

"2026-03-01"

Path Parameters

call_id
string
required

The ID of the call.

Response

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.