keelwave
API ReferenceIngest

Finish an agent run

POST
/ingest/agent/runs/{runID}/finish

Marks a run terminal and writes totals. timestamp must match the value returned at start (hypertable PK).

Authorization

ApiKeyAuth
Authorization<token>

Format: "Bearer kw_"

In: header

Path Parameters

runID*string

Agent run UUID

Request Body

application/json

Run finish payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/ingest/agent/runs/string/finish" \  -H "Content-Type: application/json" \  -d '{    "status": "completed",    "timestamp": "string"  }'
Empty