curl -X GET "{BASE_URL}/api/runtime/ui-flow-session/{uiFlowSessionUuid}/build/info" \
-H "Authorization: Bearer <token>"
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
{BASE_URL}
/
api
/
runtime
/
ui-flow-session
/
{uiFlowSessionUuid}
/
build
/
info
curl -X GET "{BASE_URL}/api/runtime/ui-flow-session/{uiFlowSessionUuid}/build/info" \
-H "Authorization: Bearer <token>"
Looking for end-to-end guidance on calling FlowX from your own app? See Consuming FlowX from external apps.
Path parameters
string
required
The UUID of the UI flow session.
Request headers
string
required
Bearer token. Format:
Bearer <token>.Response
Returns aBuildInfoDTO (same shape as Get build info by process instance).
curl -X GET "{BASE_URL}/api/runtime/ui-flow-session/{uiFlowSessionUuid}/build/info" \
-H "Authorization: Bearer <token>"
Last modified on May 12, 2026
Related topics
UI Flow SessionsAnonymous runtime accessGet Build InfoUI FlowsGet build info by process instance⌘I

