created_at.
POST /revisions/:id/data/query (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".
Example
See also
- BlobHub Worker — thread items —
metadata.typediscriminates worker-posted items (text,tool_call,tool_result,thinking,status,turn_end,pending_prompt,pending_prompt_resolved) from plain user posts.

