Skip to content

Get tables

Request

Retrieves a list of tables according to database specified.

Security
ApiKeyAuth
Path
database_namestring(name)required

database name

Example:Alpha
Query
include_descriptionsboolean

When true, includes table descriptions and column descriptions in the schema field

Default:false
curl -i -X GET \
  'https://api.treasuredata.com/v3/table/list/Alpha?include_descriptions=false' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
databasestring(name)required

database name

Example:"Alpha"
tablesArray of objects(Table)required
Response
{ "database": "Alpha", "tables": [ {} ] }