cURL
curl --request GET \ --url https://{deployment}.convex.site/v1/projects/{projectId}/source
{ "version": 4, "locale": "en", "keyCount": 142, "content": "{ \"greeting\": \"Hello\" }", "pendingDiff": { "added": [ "<string>" ], "modified": [ "<string>" ], "deleted": [ "<string>" ] }, "updatedAt": 1739712000000 }
Returns the current source file content and metadata.
1
"proj_abc123"
Successfully retrieved source file
4
"en"
142
"{ \"greeting\": \"Hello\" }"
Show child attributes
1739712000000