Get a workspace flow
Retrieve a single flow by its identifier. Returns the graph in config and the internal_version token you need to edit it, plus the inputs array that tells you what POST /v1/flows/{flow_id}/run expects.
Headers
API Key for authentication
Path Parameters
Flow identifier, e.g. fl_ab12cd34
Response
Flow details
A flow plus the pieces needed to edit it. config is the graph, ui is editor-only metadata the runtime ignores, and internal_version is the concurrency token you send back on a write.
The flow definition: inputs, nodes, output.
Editor-only metadata. The runtime never reads it.
Concurrency token. Send it back on PUT (required) and on PATCH when changing config.