Skip to main content

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.

List objects stored in a session.

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

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be workflow_blobhub.
commandstringYesMust be list_session_objects.
session_idstringYesThe ID of the session.

Response

ParameterTypeDescription
objectsarrayList of object aliases.

Example

{
  "engine": "workflow_blobhub",
  "command": "list_session_objects",
  "session_id": "sess_001"
}