Skip to main content
GET
Get tables

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

Unique string identifier for the workspace

spaceId
string
required

ID of the space

dsId
string
required

ID of the data source

Response

The tables

name
string
deprecated

Name of the table

Example:

"Roi data"

title
string

Title of the table

Example:

"ROI Data"

table_id
string

Unique identifier for the table

Example:

"1234f4567c"

description
string

Description of the table

Example:

"roi data for Q1"

mime_type
string

MIME type of the table

Example:

"text/csv"

schema
object[]

Array of column definitions

timestamp
number

Unix timestamp of table creation/modification

Example:

1732810375150

tags
string[]

Array of tags associated with the table

parent_id
string

ID of the table parent

Example:

"1234f4567c"

parents
string[]

Array of parent table IDs

Example: