Retrieve a Forward Session by ID.
HTTP 200 OK
Request Headers
| Header | Required | Description |
|---|---|---|
| Authorization | Yes | Bearer <PAT> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
session_id | string | Yes | Session ID. |
Example Request
Example Response
HTTP 200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
| Return value | object | Session object. |
Errors
| HTTP | Type | Code | Trigger |
|---|---|---|---|
| 404 | not_found_error | session_not_found | Session does not exist or is not visible to the caller. |
| 401 | authentication_error | authentication_required | PAT invalid or expired. |
Notes
- Forward validates account and Template ownership before reading runtime facts.
-
If the underlying runtime Session does not exist,
404 session_not_foundis returned uniformly. - Session and Event data structure
- Update session
- Query event history