curl --request GET \
--url https://flowra.dev/api/v1/knowledge/collections \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "Operation completed successfully",
"data": {}
}Retrieve all knowledge collections for the current project
curl --request GET \
--url https://flowra.dev/api/v1/knowledge/collections \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "Operation completed successfully",
"data": {}
}Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Collections retrieved successfully
Show child attributes
Was this page helpful?