Skip to main content
Retrieve details of a specific session.

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

Request Body

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

Response

ParameterTypeDescription
sessionobjectThe session object.

Example

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