GET
/
project
/
{project_id}
/
schema
curl --request GET \
  --url https://api.basic.tech/project/{project_id}/schema

Path Parameters

project_id
string
required

The ID of the project

Query Parameters

version
string

An optional parameter to get a specific version of the schema (e.g., schema?version=2) or to get all versions (e.g., schema?version=all). If not provided, the latest version is returned by default.

Response

200
_mintlify/placeholder

successful