Download an object from the session storage.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: download_session_object)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be download_session_object. |
session_id | string | Yes | The ID of the session. |
alias | string | Yes | Alias of the object to download. |
Response
| Parameter | Type | Description |
|---|---|---|
object | object | The retrieved object. |

