Sessions
Get project session
Returns a single session by id, including its conversation: the system instructions and the messages of the session's latest LLM completion, in OpenTelemetry GenAI format.
get/v1/projects/{projectSlug}/sessions/{sessionId}
Path parameters
projectSlugstring required
Project slug (human-readable identifier)
Project slug (human-readable identifier)
sessionIdstring required
Session identifier lifted from instrumentation. Up to 128 characters.
Session identifier lifted from instrumentation. Up to 128 characters.
Response
Session detail
Changes
Changed in 1 of the 67 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○