Acknowledge a completed pathway execution
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
id
Stable identifier of the pathway execution.
Request
This endpoint expects an object.
selectedProviderId
Stable identifier of a provider the member selected from the follow-up routing results. Analytics-only.
Response
The envelope after completion.
envelope
Lifecycle envelope reflecting the updated execution.