Skip to main content
GET
cURL

Path Parameters

database
string
required

Name of the database being looked up.

Query Parameters

limit
integer

Maximum number of tables to return in this call.

offset
integer

Continuation token for results after a past limited run.

Response

Database tables response

next
integer<int64>

The continuation token, for use in the next paginated call in the offset parameter.

table_names
string[]

The names of all tables in this database. Note that all responses will be schema-qualified (schema.table) and that every schema or table that contains a "sql unsafe character" such as uppercase letters or dots will be surrounded with double quotes, such as "Naughty schema".table.