Acknowledge a completed pathway execution

View as MarkdownOpen in Claude
Optional telemetry acknowledgement that the client has displayed the terminal. The engine has already transitioned the execution to `completed` on the prior `submitAnswer` response that returned a terminal node; this endpoint exists for symmetry with the legacy navigation-session lifecycle and to record an optional `selectedProviderId` for analytics. Returns the lifecycle envelope reflecting the completed state.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Stable identifier of the pathway execution.

Request

This endpoint expects an object.
selectedProviderIdstringOptional

Stable identifier of a provider the member selected from the follow-up routing results. Analytics-only.

Response

The envelope after completion.
envelopeobject
Lifecycle envelope reflecting the updated execution.