GET
/
data
/
projects
/
{projectId}
/
table
curl --request GET \
  --url https://partner.peaka.studio/api/v1/data/projects/{projectId}/table \
  --header 'Authorization: Bearer <token>'
[
  {
    "catalogId": "<string>",
    "catalogName": "<string>",
    "schemaName": "<string>",
    "tableName": "<string>",
    "isCacheable": true,
    "isDynamicTable": true,
    "isCached": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Response

200 - */*
OK

The response is of type object[].