GET
/
data
/
projects
/
{projectId}
/
catalogs
/
{catalogId}
/
schemas
curl --request GET \
  --url https://partner.peaka.studio/api/v1/data/projects/{projectId}/catalogs/{catalogId}/schemas
[
  {
    "catalogId": "544639856899260964",
    "schemaName": "testSchema"
  }
]

Path Parameters

projectId
string
required
catalogId
string
required

Response

200 - application/json
Successful operation
catalogId
string

The ID of the catalog that the schema belongs to.

catalogName
string

The name of the catalog that the schema belongs to.

schemaName
string

The name of the schema.