Skip to main content
GET
Looking for end-to-end guidance on calling FlowX from your own app? See Consuming FlowX from external apps.

Base URL

  • Always prepend the endpoint with the correct Base URL.
  • For different environments (like staging or production), switch the base URL accordingly.
This endpoint is only accessible via the admin environment. Ensure that you are using the correct admin base URL when making requests.

Authorization

string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Request headers

string
required
Bearer token required for authentication. Format: Bearer <token>.
string
Specifies the media types that are acceptable for the response. Defaults to accepting JSON and plain text responses.
string
Indicates supported content encoding algorithms for the response.
string
Specifies language preferences for the response.

Path Parameters

Need help finding the Application ID or Workspace ID? See the Finding Identifiers and Parameters guide for detailed instructions on where to locate these values in FlowX Designer.
string
required
The unique identifier of the workspace that contains the application. This parameter is used to search for the appId within the specified workspace. This value is populated by the Configurator in the container app and varies across different environments (e.g., production, development, UAT).
string
required
The unique identifier of the application whose build information is being retrieved.

Response Fields

string
The unique identifier of the workspace that contains the application.
string
The unique identifier of the build entity.
string
The ID of the application associated with the build.
object
Contains configuration settings related to the build.

Response Headers

boolean
Indicates whether the response can be exposed when credentials are present. Example: true.
string
Lists the allowed headers in the actual request.
string
Specifies the allowed HTTP methods.
string
Indicates the allowed origin for cross-origin requests.
string
Specifies the encoding used to compress the response.
string
Indicates the media type of the response content.
string
Enforces secure (HTTPS) connections to the server.
string
Specifies that the response may vary based on the Accept-Encoding request header.
string
Prevents the browser from MIME-sniffing a response away from the declared Content-Type.
string
Controls the cross-site scripting (XSS) filter. Example: 0 (disabled).
Last modified on May 12, 2026