cURL
curl --request GET \ --url https://api.databar.ai/v1/folders \ --header 'x-apikey: <x-apikey>'
[ { "id": 123, "name": "<string>", "created_at": "<string>", "updated_at": "<string>", "table_count": 123 } ]
List all folders in your workspace.
Documentation IndexFetch the complete documentation index at: https://docs.databar.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication
Successful Response