Skip to main content
GET
/
v1
/
projects
cURL
curl --request GET \
  --url https://{deployment}.convex.site/v1/projects
{
  "projects": [
    {
      "id": "proj_abc123",
      "name": "My App",
      "sourceLocale": "en",
      "targetLocales": [
        "nl-NL",
        "fr-FR"
      ],
      "translationHealth": 0.94,
      "updatedAt": 1739712000000
    }
  ]
}

Response

200 - application/json

Successfully retrieved projects

projects
object[]
required