projects

Get Project by Chat ID

Retrieves the v0 project associated with a given chat. Useful for determining the context or scope of a chat session.

get/chats/{chatId}/project

Path parameters

chatIdstring required

The ID of the chat to retrieve the associated project for.

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