Skip to main content
GET
Get a chat

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

The chat ID

Response

Chat details

id
string<uuid>
required

Unique chat identifier

title
string | null
required

Chat title, or null if untitled

summary
string | null
required

AI-generated summary, or null

project_id
string<uuid> | null
required

Associated project ID, or null

is_public
boolean
required

Whether the chat has a public share link

is_access_controlled
boolean
required

When true, only the creator and explicitly granted users can see the chat

source
string | null
required

Origin of the chat (web, api, microsoft-word)

created_at
string
required

ISO 8601 creation timestamp

updated_at
string
required

ISO 8601 last-update timestamp