v29

latestOpenAPI 3.1.2raw.githubusercontent.com2026-08-014117755.2 KB
Chats

List Chats

Lists chats accessible to the authenticated user. Use metadata[key]=value style query parameters to filter by metadata.

get/chats

Query parameters

limitinteger

Maximum number of chats to return (1-100, default 20).

cursorstring

Pagination cursor returned from a previous response.

authorIdstring

Restrict results to chats created by this user. Must be a member of the calling scope.

vercelProjectIdstring

Restrict results to chats associated with this Vercel project.

metadataobject

Filter by metadata, e.g. metadata[environment]=production. Returns chats matching all supplied key-value pairs.

Response

Response for status 200

cursorstring nullable required

Cursor to fetch the next page, or null if there are no more chats.

All 41 operations