メインコンテンツへスキップ
GET
/
agents
/
calls
/
{call_id}
/
logs
Get Call Runtime Logs
curl --request GET \
  --url https://api.cartesia.ai/agents/calls/{call_id}/logs \
  --header 'Authorization: Bearer <token>' \
  --header 'Cartesia-Version: <cartesia-version>'
{
  "call_id": "<string>",
  "logs": [
    "<string>"
  ],
  "updated_at": "2023-11-07T05:31:56Z"
}

承認

Authorization
string
header
必須

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

ヘッダー

Cartesia-Version
enum<string>
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

パスパラメータ

call_id
string
必須

The ID of the call.

レスポンス

The runtime logs associated with a specific agent call.

call_id
string
必須

The ID of the call.

logs
string[]
必須

The runtime log lines produced by the agent's code during the call.

updated_at
string<date-time>
必須

The date and time when the logs were last updated.