全部產品
Search
文件中心

Cloud Monitor:GetThread - 擷取會話

更新時間:Mar 18, 2026

擷取會話。

介面說明

擷取會話

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求文法

GET /digitalEmployee/{name}/thread/{threadId} HTTP/1.1

路徑參數

名稱

類型

必填

描述

樣本值

name

string

數字員工名稱

test

threadId

string

會話 id

thread_id01

請求參數

名稱

類型

必填

描述

樣本值

當前API無需請求參數

返回參數

名稱

類型

描述

樣本值

object

Schema of Response

requestId

string

Id of the request

8FDE2569-626B-5176-9844-28877A*****

threadId

string

會話 id

thread_id01

digitalEmployeeName

string

數字員工名稱

test

title

string

會話標題

testLive

status

string

工作階段狀態

active

version

integer

版本

1231

createTime

string

建立時間

2025-12-19T15:19:55.040403272+08:00

updateTime

string

更新時間

2025-12-19T15:19:55.040403272+08:00

variables

object

會話屬性

workspace

string

工作空間名稱。

test

project

string

SLS 專案名稱

test

attributes

object

屬性

string

具體屬性

test

樣本

正常返回樣本

JSON格式

{
  "requestId": "8FDE2569-626B-5176-9844-28877A*****",
  "threadId": "thread_id01",
  "digitalEmployeeName": "test",
  "title": "testLive",
  "status": "active",
  "version": 1231,
  "createTime": "2025-12-19T15:19:55.040403272+08:00",
  "updateTime": "2025-12-19T15:19:55.040403272+08:00",
  "variables": {
    "workspace": "test",
    "project": "test"
  },
  "attributes": {
    "key": "test"
  }
}

錯誤碼

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情