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.
API Key for authentication
Successful Response