Skip to main content
GET
cURL

授權

Authorization
string
header
必填

Use a server-side Brightalk API key in the Authorization header.

標頭

Brightalk-Version
string
預設值:2026-07-16

選擇以日期為基礎的 API 版本。省略時會使用組織固定的預設版本。

Allowed value: "2026-07-16"
X-Request-Id
string

由呼叫端產生且符合 [A-Za-z0-9._:-]{1,64} 的關聯值。無效值會被取代。

Maximum string length: 64
Pattern: ^[A-Za-z0-9._:-]{1,64}$

查詢參數

limit
integer
預設值:20

要傳回的資源數量。預設為 20,上限為 100。

必填範圍: 1 <= x <= 100
cursor
string

前一頁傳回的不透明游標。

Required string length: 1 - 2048
contact_id
string

不透明的資源識別碼。

Required string length: 1 - 255
範例:

"con_demo_001"

created_after
string<date-time>
created_before
string<date-time>
include
enum<string>

唯一合法值為 download_url,會為每一列加上簽名下載網址;省略則只取得中繼資料,回應較輕量。

可用選項:
download_url
expires_in
integer
預設值:900

簽名下載網址的存活秒數覆寫值。預設為 900,範圍必須介於 60 至 3600 之間。在列表操作中,只有搭配 include=download_url 才有意義;未搭配就傳入這個參數,會直接收到 400 validation_error,不會被靜默忽略。在取得單筆錄音時則一律有意義。

必填範圍: 60 <= x <= 3600

回應

已傳回通話錄音。

data
object[]
必填
next_cursor
string | null
必填