MindsDB
Open Source Product Docs
cURL
curl --request GET \ --url http://127.0.0.1:47334/api/files
[ { "columns": [ "<string>" ], "name": "<string>", "row_count": 123 } ]
A JSON array of file names
The response is of type object[].
object[]
Was this page helpful?