Retrieves a thread.
Operation description
Retrieves the details of a thread.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
starops:GetThread |
get |
*DigitalEmployee
|
None | None |
Request syntax
GET /digitalEmployee/{name}/thread/{threadId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the digital employee. |
test |
| threadId |
string |
Yes |
The thread ID. |
thread_id01 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| requestId |
string |
The request ID. |
8FDE2569-626B-5176-9844-28877A***** |
| threadId |
string |
The thread ID. |
thread_id01 |
| digitalEmployeeName |
string |
The name of the digital employee. |
test |
| title |
string |
The thread's title. |
testLive |
| status |
string |
The thread's status. |
active |
| version |
integer |
The thread's version. |
1231 |
| createTime |
string |
The thread's creation time, in ISO 8601 format. |
2025-12-19T15:19:55.040403272+08:00 |
| updateTime |
string |
The thread's last update time, in ISO 8601 format. |
2025-12-19T15:19:55.040403272+08:00 |
| variables |
object |
The thread's variables. |
|
| workspace |
string |
The name of the workspace. |
test |
| project |
string |
The name of the SLS project. |
test |
| attributes |
object |
The thread's attributes. |
|
|
string |
The value of a specific attribute. |
test |
Examples
Success response
JSON format
{
"requestId": "8FDE2569-626B-5176-9844-28877A*****\n",
"threadId": "thread_id01",
"digitalEmployeeName": "test",
"title": "testLive",
"status": "active",
"version": 1231,
"createTime": "2025-12-19T15:19:55.040403272+08:00\n",
"updateTime": "2025-12-19T15:19:55.040403272+08:00\n",
"variables": {
"workspace": "test",
"project": "test"
},
"attributes": {
"key": "test"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.