Skip to main content
GET
Get session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-project-id
string
required

Project identifier

Path Parameters

session_id
string
required

Session ID

Response

Successful Response

Single session with counts (GET /api/chat/sessions/{session_id}).

session_id
string
required
title
string | null
required
turn_count
integer
required
message_count
integer
required
artifact_count
integer
required
created_at
string
required
updated_at
string
required