GET
/
v0
/
repositories
List GitHub repositories
curl --request GET \
  --url https://api.cursor.com/v0/repositories \
  --header 'Authorization: Bearer <token>'
{
  "repositories": [
    {
      "owner": "your-org",
      "name": "your-repo",
      "repository": "https://github.com/your-org/your-repo"
    }
  ]
}
Bu endpoint’in hız limitleri çok katıdır.İstekleri kullanıcı başına dakikada 1 ve kullanıcı başına saatte 30 ile sınırla.Birçok depoya erişimi olan kullanıcılar için bu isteğin yanıt vermesi onlarca saniye sürebilir.Bu bilginin mevcut olmaması durumunu sorunsuzca ele aldığından emin ol.

Authorizations

Authorization
string
header
required

API key from Cursor Dashboard

Response

200
application/json

Repositories retrieved successfully

The response is of type object.