curl --request GET \ --url https://partner.peaka.studio/api/v1/data/projects/{projectId}/catalogs/{catalogId}/schemas \ --header 'Authorization: Bearer <token>'
[ { "catalogId": "544639856899260964", "schemaName": "testSchema" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the project
ID of the catalog
The ID of the catalog that the schema belongs to.
The name of the catalog that the schema belongs to.
The name of the schema.