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
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).
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 SessionsFlowX.AI 5.6.0 Release NotesFlowX.AI 5.9.0 Release NotesDeployment guidelines v5.6.0FlowX.AI 5.8.0 Release NotesWas this page helpful?
⌘I

