Skip to main content
GET
List chats

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

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

Query Parameters

limit
integer
default:100

Max items to return (default 100, max 500)

Required range: 1 <= x <= 500
offset
integer | null
default:0

Number of items to skip (default 0)

Required range: x >= 0
project_id
string<uuid>

Filter to chats in a specific project

q
string

Search by title (case-insensitive substring)

Response

Paginated list of chats

chats
object[]
required
pagination
object
required