Retrieve a list of tables in a specified project.
cURL
curl --request GET \ --url https://api.fluxend.app/tables \ --header 'Authorization: <authorization>' \ --header 'X-Project: <x-project>'
{ "content": [ { "estimatedRows": 123, "id": 123, "name": "<string>", "schema": "<string>", "totalSize": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Project UUID
List of tables
The response is of type object.
object