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"}]}'
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?