curl -X GET "{BASE_URL}/api/runtime/process-instance/{processInstanceUuid}/build/info" \
-H "Authorization: Bearer <token>"
Get build info by process instance
Retrieve the build associated with a running process instance, including the build settings used to render its UI.
GET
{BASE_URL}
/
api
/
runtime
/
process-instance
/
{processInstanceUuid}
/
build
/
info
curl -X GET "{BASE_URL}/api/runtime/process-instance/{processInstanceUuid}/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 process instance.
Request headers
Bearer token. Format:
Bearer <token>.Response
Returns aBuildInfoDTO with the build identifier, the workspace that owns it, and the build settings (theme, platforms, locale defaults, formatting).
{
"workspaceId": "2ae77b6a-d284-4a0b-ab23-ceaa364c7122",
"buildId": "7d5560be-3846-49fa-9c17-4059c54c7c5f",
"applicationId": "dbe0ab87-539b-4015-962d-6e73226b9e58",
"buildSettings": {
"applicationVersionId": "99f24e3f-e331-48ad-a503-2cc1cee5fb95",
"platforms": "OMNICHANNEL",
"themeId": "12345678-1234-1234-1234-123456789012",
"defaultLanguageCode": "en"
}
}
curl -X GET "{BASE_URL}/api/runtime/process-instance/{processInstanceUuid}/build/info" \
-H "Authorization: Bearer <token>"
Last modified on May 5, 2026
Was this page helpful?
⌘I

