Skip to main content
POST
/
api
/
agent-runs
/
feedback-batch
cURL
curl --request POST \
  --url https://app.cotool.ai/api/agent-runs/feedback-batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "items": [
    {
      "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "runId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "label": "up",
      "comment": "<string>"
    }
  ]
}'

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
items
object[]
required
Minimum length: 1

Response

200

Successful response - no content