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 } ] }
List projects owned by the authenticated user. Requires a WorkOS user session (not an API token).
Successfully retrieved projects
Show child attributes