Get the active flow configuration.
Requires permission: flows.read
Header | Value |
---|---|
Authorization |
Bearer [token] - if authentication is enabled |
Node-RED-API-Version |
(Since 0.15.0) The api version being used. Defaults to v1 if not set. |
Status Code | Reason | Response |
---|---|---|
200 |
Success | v1 An array of node objects v2 A flow response object that includes the current revision identifier of the flows |
400 |
Invalid API version | An Error response |
401 |
Not authorized | none |
v1
- array of node objectsv2
- flow response object