Skip to main content
Download an object from the session storage.

POST /revisions/:id/data (Command: download_session_object)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be download_session_object.
session_idstringYesThe ID of the session.
aliasstringYesAlias of the object to download.

Response

ParameterTypeDescription
objectobjectThe retrieved object.

Example

{
  "engine": "workflow_blobhub",
  "command": "download_session_object",
  "session_id": "sess_001",
  "alias": "config"
}