Get a single session with its events.
Path Parameters
session_id*Session Id
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/telemetry/sessions/string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}