GET
/
codenull
/
ai
/
api
/
v1
/
website
/
{project_id}
{
  "project_id": "<string>",
  "version": 123,
  "pages": [
    {
      "path": "<string>",
      "name": "<string>",
      "code": "<string>"
    }
  ],
  "navigation": {},
  "created_at": "2023-11-07T05:31:56Z",
  "status": "<string>"
}

Path Parameters

project_id
string
required

Query Parameters

version
integer | null

Specific version to retrieve

Response

200
application/json

Successful Response

The response is of type object.