メインコンテンツへスキップ
GET
/
conversations
/
{conversation_id}
/
variables
Error
A valid request URL is required to generate request examples
{
  "limit": 123,
  "has_more": true,
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "value_type": "<string>",
      "value": "<string>",
      "description": "<string>",
      "created_at": 123,
      "updated_at": 123
    }
  ]
}

承認

Authorization
string
header
必須

API キー認証。

パスパラメータ

conversation_id
string
必須

会話 ID。

クエリパラメータ

user
string
必須

ユーザー識別子。注意: Service API は WebApp で作成された会話を共有しません。API を通じて作成された会話は、WebApp インターフェースで作成された会話とは分離されています。

last_id
string

ページネーション用の最後のレコードの ID。

limit
integer
デフォルト:20

1ページあたりのアイテム数(デフォルト20、最大100)。

必須範囲: 1 <= x <= 100

レスポンス

会話変数を正常に取得しました。

limit
integer
has_more
boolean
data
object[]