Project Schema
Get Schema
Retrieve the database schema for a specific project.
GET
Path Parameters
The ID of the project
Query Parameters
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.