1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListVCSIntegrationSummariesResponse

ListVCSIntegrationSummariesResponse

    Response containing a lightweight list of all VCS integrations across providers for an organization.

    Properties

    • integrations array[VCSIntegrationSummary] required
      The list of VCS integration summaries across all providers.
    • name string optional
      Display name derived from the VCS provider account (read-only).
    • avatarUrl string optional
      Avatar URL derived from the VCS provider account (read-only).
    • id string required
      The unique identifier of the integration.
    • vcsProvider enum required
      The VCS provider type for this integration.
      Values: github, gitlab, bitbucket, azure_devops, generic, github_enterprise
    • hasIndividualAccess boolean required
      Whether the current user has an OAuth token for this integration’s provider.
    • host string optional
      The hostname for self-hosted providers such as GitHub Enterprise. Empty for cloud-hosted providers.