Page items in a thread session object. Items are sorted byDocumentation Index
Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
Use this file to discover all available pages before exploring further.
created_at.
POST /revisions/:id/data (Command: list_session_thread_items)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be list_session_thread_items. |
session_id | string | Yes | The ID of the session. |
alias | string | Yes | Alias of the thread session object. |
ascending | boolean | No | Sort direction. Default false (newest first). |
created_since | string | No | Return items with created_at > created_since. |
created_before | string | No | Return items with created_at < created_before. |
Response
| Parameter | Type | Description |
|---|---|---|
items | array | Page of thread items sorted by created_at. |
created_since to tail forward from the newest known item; use
created_before to paginate backward from the oldest known item.
Errors
invalid_thread_envelope— the alias does not exist or itsvalue.typeis not"thread".

