plan

Plan Build Stream

SSE relay of an onboarding plan build's data-plan-* deltas, so the trip page fills in as the editor writes it.

Same Redis-Streams → SSE plumbing as the chat stream and the social import, and deliberately NOT a chat stream: there is no conversation behind this and no resume cursor to keep. Plan deltas are idempotent by id, so a reader that attaches late simply replays from the top.

Registered above /{plan_id}/… — "build" would otherwise be captured as a plan id by the route matcher.

get/trips/{trip_id}/plans/build/stream

Path parameters

trip_idstring required

Response

Successful Response

{"stackTrail":"paths:/trips/{trip_id}/plans/build/stream:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.