Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl -X POST "https://app.cotool.ai/api/agent-runs/feedback-batch" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"items":[{"agentId":"string","runId":"string","label":"up","comment":"string"}]}'
{ "error": "<string>", "issues": [ {} ] }
Submits user feedback (thumbs up/down) for multiple agent runs in a single batch operation
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
1
Show child attributes
Successful response - no content
Was this page helpful?