🎉 We just raised a $25M Series A led by Benchmark! Read the announcement →
cURL
curl --request GET \ --url https://api.greptile.com/v2/repositories/{repositoryId} \ --header 'Authorization: Bearer <token>'
{ "repository": "<string>", "remote": "<string>", "branch": "<string>", "private": true, "status": "<string>", "filesProcessed": 123, "numFiles": 123, "sha": "<string>" }
repositoryId
remote:branch:owner/repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Repository information retrieved successfully.
Was this page helpful?