JavaScript
Flows
Retrieve a flow by ID
Fetches a single flow record by its ID, without requiring the worker ID. Supports the same versionId and deploymentId query parameters as the worker-scoped endpoint for version pinning and parameter merging.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Path Parameters
The flow ID (e.g. flow_a1b2c3d4-...)
Query Parameters
If provided, returns the flow with code/variables from this specific version
If provided, returns the flow with merged flow+deployment parameters in _mergedParameters
Response
Flow record
Available options:
USER, API_KEY 