Skip to main content
GET
/
api
/
chat
/
meta
cURL
curl -X GET "https://app.cotool.ai/api/chat/meta" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
{
  "chatId": "<string>",
  "title": "<string>",
  "feedbackByEvent": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.cotool.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Query Parameters

chatId
string<uuid>
required

Unique identifier of the chat to retrieve metadata for

Response

200 - application/json

Successful response

Lightweight chat metadata (title + per-event feedback) without the full event history

chatId
string
required

Identifier of the chat the metadata belongs to

title
string | null
required

Chat title, or null if the chat has no title yet

feedbackByEvent
object
required

Latest human thumb feedback keyed by chat event id