POST /revisions/:id/data/query (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.
Example
See also
- BlobHub Worker — thread items — content/metadata
shape and
metadata.typevalues used by the worker.

