curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/flows \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"version": 123,
"name": "<string>",
"label": "<string>",
"code": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"workerId": "<string>",
"variables": {}
}
]
API key authentication
List of flows
The response is of type object[]
.
curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/flows \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"version": 123,
"name": "<string>",
"label": "<string>",
"code": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"workerId": "<string>",
"variables": {}
}
]
curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/flows \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"version": 123,
"name": "<string>",
"label": "<string>",
"code": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"workerId": "<string>",
"variables": {}
}
]
API key authentication
List of flows
The response is of type object[]
.
curl --request GET \
--url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/flows \
--header 'x-api-key: <api-key>'
[
{
"id": "<string>",
"version": 123,
"name": "<string>",
"label": "<string>",
"code": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"workerId": "<string>",
"variables": {}
}
]