Skip to main content
POST
/
api
/
agents
/
feedback-metrics
cURL
curl -X POST "https://app.cotool.ai/api/agents/feedback-metrics" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"agentIds":["string"]}'
[
  {
    "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "avgScore7d": 123,
    "avgScore30d": 123,
    "upRate7d": 123,
    "upRate30d": 123,
    "total7d": 123,
    "total30d": 123
  }
]

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

Body

application/json
agentIds
string<uuid>[]
required
Minimum array length: 1

Response

200 - application/json

Successful response

agentId
string<uuid>
required
avgScore7d
number | null
required
avgScore30d
number | null
required
upRate7d
number | null
required
upRate30d
number | null
required
total7d
integer
required
total30d
integer
required