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