メインコンテンツへスキップ
GET
List Calls

承認

Authorization
string
header
デフォルト:$CARTESIA_API_KEY
必須

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

ヘッダー

Cartesia-Version
enum<string>
デフォルト:2026-03-01
必須

API version header.

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

"2026-03-01"

クエリパラメータ

agent_id
string
必須

The ID of the agent.

:

"agent_abc123"

expand
string | null

The fields to expand in the response. Currently, the only supported value is transcript.

starting_after
string | null

(Pagination option)The ID of the call to start after.

ending_before
string | null

(Pagination option) The ID of the call to end before.

limit
integer | null

(Pagination option) The number of calls to return per page, ranging between 1 and 100.

レスポンス

200 - application/json
data
AgentCall · object[]
必須

The list of agent calls.

has_more
boolean
必須

Whether there are more results available.

next_page
string | null

An ID that can be passed as starting_after or ending_before to get the next page of calls.