跳转到主要内容
GET
/
v3beta1
/
enterprise
/
git-providers
/
connections
List Git Connections
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/git-providers/connections
{
  "end_cursor": "<string>",
  "has_next_page": false,
  "items": [
    {
      "created_at": 123,
      "git_connection_id": "<string>",
      "git_provider_type": "github_token",
      "host": "<string>",
      "name": "<string>"
    }
  ],
  "total": 123
}

Query Parameters

after
string | null
first
integer
default:100
Required range: 1 <= x <= 200

Response

items
GitConnectionResponse · object[]
required
end_cursor
string | null
has_next_page
boolean
default:false
total
integer | null