iiRecord
Agentic AI Atlas · POST /api/runs/:runId/tasks/:effectId/approve
api-endpoint:adapters-gateway-post-run-task-approvea5c.ai
II.
APIEndpoint overview

api-endpoint:adapters-gateway-post-run-task-approve

Reference · live

POST /api/runs/:runId/tasks/:effectId/approve overview

Approve a breakpoint effect by writing tasks/<effectId>/result.json and appending an EFFECT_RESOLVED journal entry (body: answer). Source: packages/adapters/gateway/src/kanban/routes.ts:1490-1504.

APIEndpointOutgoing · 1Incoming · 1

Attributes

displayName
POST /api/runs/:runId/tasks/:effectId/approve
method
POST
path
/api/runs/:runId/tasks/:effectId/approve
responseShape
{ success: true } | { error }
authRequired
false
description
Approve a breakpoint effect by writing tasks/<effectId>/result.json and appending an EFFECT_RESOLVED journal entry (body: answer). Source: packages/adapters/gateway/src/kanban/routes.ts:1490-1504.

Outgoing edges

exposed_by1

Incoming edges

exposes_endpoint1