projects

Get Project by ID

Retrieves the details of a specific v0 project by its ID.

get/projects/{projectId}

Path parameters

projectIdstring required

The unique identifier of the project to retrieve.

Response

Success

idstring required

A unique identifier for the project.

object'project' required

Fixed value identifying this object as a project.

namestring required

The name of the project as defined by the user.

privacy'private' | 'team' required

The privacy setting for the project - either private or team.

vercelProjectIdstring

Optional ID of the linked Vercel project, if connected.

createdAtstring date-time required

The ISO timestamp representing when the project was created.

updatedAtstring date-time

The ISO timestamp of the most recent update, if available.

apiUrlstring uri required

The API endpoint URL for accessing this project programmatically.

webUrlstring uri required

The web URL where the project can be viewed or managed.

descriptionstring

The description of the project.

instructionsstring

The instructions for the project.

Changes