keelwave
API ReferenceAgent

Run counts grouped by termination reason

GET
/projects/{projectID}/agent/runs/terminations

Authorization

ApiKeyAuth
Authorization<token>

Format: "Bearer kw_"

In: header

Path Parameters

projectID*string

Project UUID

Query Parameters

from?string

RFC3339, default now - 30d

to?string

RFC3339, default now

Response Body

application/json

curl -X GET "https://example.com/projects/string/agent/runs/terminations"
[  {    "count": 0,    "termination_reason": "string"  }]