Fetch a single thread item by id.Documentation Index
Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
Use this file to discover all available pages before exploring further.
POST /revisions/:id/data (Command: get_session_thread_item)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be get_session_thread_item. |
session_id | string | Yes | The ID of the session. |
alias | string | Yes | Alias of the thread session object. |
item_id | string | Yes | The item id returned by post_session_thread_item. |
Response
| Parameter | Type | Description |
|---|---|---|
item | object | The retrieved thread item. |
Errors
not_found— the item does not exist, or its storedsession_id/alias/revision_iddoes not match the request.

