Skip to main content
Retrieve the details of a specific session by its ID.
External DocumentationTo learn more, visit the Helix documentation.

Parameters

ParameterDescription
Session IDThe ID of the session.

Example Output

{
	"id": "ses_01j56vxhjn6qh23hecxdan147a",
	"name": "magical-chat-815",
	"parent_app": "app_01hzm1232trzrcdg01nvmfqz89",
	"mode": "inference",
	"model_name": "qwen3:8b",
	"interactions": [
		{
			"id": "int_01j56vxhjn6qh23hecxdan147b",
			"created": "2024-08-08T15:42:44Z",
			"message": "Hello, how can I help?",
			"role": "assistant"
		}
	],
	"created": "2024-08-08T15:42:44Z",
	"updated": "2024-08-08T15:42:44Z"
}

Workflow Library Example

Get Session with Helix and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop