Threads
检索线程
根据 ID 检索指定的线程。
cURL
Copy
curl --request GET \
--url 'https://dashscope.aliyuncs.com/api/v1/threads/{thread_id}' \
--header 'Authorization: Bearer <YOUR_API_KEY>'Copy
{
"id": "thread_c7ebb0ca-2e4f-43e5-b223-6e1f8c6fccc7",
"object": "thread",
"created_at": 1711507920700,
"metadata": {},
"request_id": "4d4e73ad-15fb-96ac-9262-0643a0fdb5ca"
}