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

承認

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"

クエリパラメータ

starting_after
string | null

(Pagination option) The ID of the last Metric in the current response as a cursor for the next page of results.

limit
integer | null

(Pagination option) The number of metrics to return per page, ranging between 1 and 100. The default page limit is 10.

レスポンス

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

List of metrics.

has_more
boolean
必須

Whether there are more metrics to fetch.

next_page
string | null

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