Retrieve the build associated with a running process instance, including the build settings used to render its UI.
Returns the build that an already-started process instance is running on, with its associated build settings. Renderers call this when continuing a process across page refreshes; an external app would call it to discover the build version a process started against (for example, before fetching media files, substitution tags, or theme assets keyed by build). The runtime resolves authorisation by checking that the process instance belongs to a workspace inside your organisation.Documentation Index
Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer <token>.BuildInfoDTO with the build identifier, the workspace that owns it, and the build settings (theme, platforms, locale defaults, formatting).