keelwave
API ReferenceAgent

Loop detection for an agent run

GET
/projects/{projectID}/agent/runs/{runID}/loops

Returns each tool_name + input fingerprint repeated >= 2 times.

Authorization

ApiKeyAuth
Authorization<token>

Format: "Bearer kw_"

In: header

Path Parameters

projectID*string

Project UUID

runID*string

Agent run UUID

Query Parameters

at?string

RFC3339 hint for chunk pruning

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/projects/string/agent/runs/string/loops"
[  {    "fingerprint": [      0    ],    "hits": 0,    "step_indices": [      0    ],    "tool_name": "string"  }]