Skip to main content
Get AI session

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_slug
string
required

URL-friendly workspace identifier

Example:

"acme"

session_id
string<uuid>
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Session

session_id
string<uuid>
Example:

"550e8400-e29b-41d4-a716-446655440000"

title
string
workspace_id
string<uuid>
Example:

"550e8400-e29b-41d4-a716-446655440000"

user_id
string<uuid>
Example:

"550e8400-e29b-41d4-a716-446655440000"

created_at
string<date-time>
Example:

"2024-01-15T10:30:00Z"

updated_at
string<date-time>
Example:

"2024-01-15T10:30:00Z"

Last modified on July 23, 2026