Retrieve details of a specific table within a project.
cURL
curl --request GET \ --url https://api.fluxend.app/tables/{tableUUID} \ --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
Table UUID
Table details
The response is of type object.
object