Get build info by UI flow session
Retrieve the build associated with a running UI flow session, including the build settings used to render it.
GET
Returns the build that an already-started UI flow session is running on, with its associated build settings. Renderers call this when continuing a UI flow across page refreshes; external callers can use it to discover the build version a session is bound to.
Authorisation is enforced by checking that the UI flow session’s workspace belongs to your organisation.
Path parameters
The UUID of the UI flow session.
Request headers
Bearer token. Format:
Bearer <token>.Response
Returns aBuildInfoDTO (same shape as Get build info by process instance).
Last modified on June 2, 2026

