generate-website-get
Get Project Website
Get website data for a project ID.
By default, returns the most recent website document. If version parameter is provided, returns that specific version.
Args: project_id: The project ID to fetch version: Optional specific version to retrieve
Returns: The website data
GET
Path Parameters
Query Parameters
Specific version to retrieve
Response
200
application/json
Successful Response
The response is of type object
.
Previous
Get Project Version NumbersGet all available version numbers for a project.
This is a simplified endpoint that returns just the version numbers,
useful for dropdown menus or version selection interfaces.
Args:
project_id: The project ID to fetch versions for
Returns:
A list of version numbers
Next