GET /sessions/{id}
Retrieve session data including chain state and turn history.
Endpoint
http
GET https://api.doorwayagi.com/sessions/{id}Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The session UUID |
Response
json
{
"id": "sess_abc123",
"type": "reasoning",
"title": "Emergence and complexity",
"chain_id": "ch_abc123",
"receipt_id": "rcpt_def456",
"chain_root": "0xabc...",
"turn_count": 5,
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T11:45:00Z"
}Session types
Sessions are one of two types:
- reasoning — Multi-turn conversational reasoning via the Doorway engine
- vantagepoint — Structured thinking sessions via VantagePoint
Both types produce chains and receipts. The platform handles session state — Doorway stays stateless.