GET
/
project
/
{id}
/
schema
curl --request GET \
  --url http://localhost:3003/project/{id}/schema
{
  "data": {
    "id": "<string>",
    "project_id": "<string>",
    "schema": {},
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "count": 123
}

Path Parameters

id
string
required

Unique identifier of the project

Query Parameters

version
string

Schema version to retrieve. Use "all" for all versions, a number for a specific version, or omit for latest version.

debug
boolean
default:false

Enable debug mode for additional information

Response

200
application/json

Project schema retrieved successfully

data

Single schema version

count
number

Total number of schema versions when requesting all versions