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"
    }
  ]
}
이 엔드포인트는 매우 엄격한 레이트 리밋이 있어.요청을 사용자당 분당 1회, 그리고 사용자당 시간당 30회로 제한해.많은 저장소에 접근 권한이 있는 사용자는 응답에 수십 초가 걸릴 수 있어.이 정보가 없을 때도 무리 없이 처리해.

Authorizations

Authorization
string
header
required

API key from Cursor Dashboard

Response

200
application/json

Repositories retrieved successfully

The response is of type object.