curl --request GET \
--url https://{deployment}.convex.site/v1/projects/{projectId}{
"id": "proj_abc123",
"name": "My App",
"sourceLocale": "en",
"targetLocales": [
"nl-NL",
"fr-FR"
],
"translationHealth": 0.94,
"updatedAt": 1739712000000,
"aiProvider": "openai",
"aiModel": "gpt-4o",
"temperature": 0.3,
"lastCliRunAt": 1739712000000,
"lastCliVersion": "0.2.0",
"createdAt": 1739712000000
}Get detailed project information including AI configuration, translation health, and CLI metadata.
curl --request GET \
--url https://{deployment}.convex.site/v1/projects/{projectId}{
"id": "proj_abc123",
"name": "My App",
"sourceLocale": "en",
"targetLocales": [
"nl-NL",
"fr-FR"
],
"translationHealth": 0.94,
"updatedAt": 1739712000000,
"aiProvider": "openai",
"aiModel": "gpt-4o",
"temperature": 0.3,
"lastCliRunAt": 1739712000000,
"lastCliVersion": "0.2.0",
"createdAt": 1739712000000
}1"proj_abc123"
Successfully retrieved project
"proj_abc123"
"My App"
2 - 10^[a-z]{2,3}(-[A-Z]{2,3})?$/i"en"
2 - 10^[a-z]{2,3}(-[A-Z]{2,3})?$/i["nl-NL", "fr-FR"]
0.94
1739712000000
"openai"
"gpt-4o"
0.3
1739712000000
"0.2.0"
1739712000000