Shows a table according to specified database and table.
Security
ApiKeyAuth
- https://api.treasuredata.com/v3https://api.treasuredata.com/v3/table/show/{database_name}/{table_name}
- https://api.treasuredata.co.jp/v3https://api.treasuredata.co.jp/v3/table/show/{database_name}/{table_name}
- https://api.ap02.treasuredata.com/v3https://api.ap02.treasuredata.com/v3/table/show/{database_name}/{table_name}
- https://api.eu01.treasuredata.com/v3https://api.eu01.treasuredata.com/v3/table/show/{database_name}/{table_name}
curl -i -X GET \
'https://api.treasuredata.com/v3/table/show/Alpha/Bravo?include_descriptions=false' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'OK
Datetime in custom format (2020-12-31 11:22:33 -0500 or 2020-12-31 11:22:33 UTC for UTC)
Example:"2020-12-31 11:22:33 UTC"
JSON-encoded table schema. When include_descriptions=true, contains column descriptions in format [[name, type, alias, description], ...]
Datetime in custom format (2020-12-31 11:22:33 -0500 or 2020-12-31 11:22:33 UTC for UTC)
Example:"2020-12-31 11:22:33 UTC"
Response
- string or null
- DateTimeISO8601
{ "id": 11, "count": 1000, "counter_updated_at": "string", "created_at": "2020-12-31 11:22:33 UTC", "delete_protected": true, "estimated_storage_size": 1073741824, "expire_days": 30, "include_v": false, "last_log_timestamp": 1356998400, "name": "Bravo", "description": "Click events.", "schema": "string", "type": "log", "updated_at": "2020-12-31 11:22:33 UTC" }