获取全部会话
GET
/organizations/{organization_uuid}/chat_conversations请求参数
Path 参数
organization_uuid
string
必需
示例值:
dca2a902-a463-41f0-88cb-b047deb40178
Header 参数
Content-Type
string
可选
示例值:
application/json
Accept
string
可选
示例值:
*/*
Cookie 参数
sessionKey
string
可选
你的 sessionKey,请从 claude.ai 获取
Body 参数application/json
object {0}
示例
{}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
array of:
uuid
string
必需
name
string
必需
summary
string
必需
created_at
string
必需
updated_at
string
必需
示例
[
{
"uuid": "9c4326a2-551d-45ac-899c-2fef84e6c417",
"name": "example 01",
"summary": "",
"created_at": "2023-07-13T00:01:35.030815+00:00",
"updated_at": "2023-07-13T00:01:35.030815+00:00"
},
{
"uuid": "5446798e-0e11-4e8f-994c-3d8386f01bd6",
"name": "example 02",
"summary": "",
"created_at": "2023-07-13T00:07:01.421056+00:00",
"updated_at": "2023-07-13T00:08:48.338661+00:00"
}
]
最后修改时间: 1 年前