Skip to main content
GET
/
v1
/
table
Get all workspace tables
curl --request GET \
  --url https://api.databar.ai/v1/table/ \
  --header 'x-apikey: <x-apikey>'
[
  {
    "identifier": "123e4567-e89b-12d3-a456-426614174000",
    "name": "My Table 1",
    "created_at": "2023-05-01T12:00:00Z",
    "updated_at": "2023-05-01T12:00:00Z",
    "table_url": "https://databar.ai/tables?table=123e4567-e89b-12d3-a456-426614174000&workspace=abc12345-6789-0abc-def0-123456789abc"
  },
  {
    "identifier": "223e4567-e89b-12d3-a456-426614174001",
    "name": "My Table 2",
    "created_at": "2023-05-01T12:00:00Z",
    "updated_at": "2023-05-01T12:00:00Z",
    "table_url": "https://databar.ai/tables?table=223e4567-e89b-12d3-a456-426614174001&workspace=abc12345-6789-0abc-def0-123456789abc"
  }
]

Headers

x-apikey
string
required

API Key for authentication

Response

Tables retrieved successfully

identifier
string
required
name
string
required
created_at
string
required
updated_at
string
required
table_url
string
required
workspace_identifier
string | null