Find Projects

Returns a list of all v0 projects in your workspace. Useful for browsing or managing projects across different chats or use cases.

GET /projects
import { v0 } from 'v0-sdk'

const result = await v0.projects.find()

console.log(result)
GET /projects
curl -X GET https://api.v0.dev/projects \
  -H "Authorization: Bearer $V0_API_KEY" \
  -H "Content-Type: application/json"

Response

Response Body

object string Required


data any[] Required

Array items: string