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

ListBitBucketIntegrationsResponse

    Response containing a list of BitBucket integrations for an organization.

    Properties

    • integrations array[BitBucketIntegrationDetails] required
      The list of BitBucket integrations.
    • id string required
      Unique identifier for this BitBucket integration.
    • workspaceUuid string required
      The UUID of the linked BitBucket workspace.
    • workspaceSlug string required
      The slug (URL-friendly name) of the linked BitBucket workspace.
    • workspaceName string optional
      Display name of the BitBucket workspace.
    • avatarUrl string optional
      URL of the BitBucket workspace avatar image.
    • installed boolean required
      Whether this integration is fully installed and operational.
    • valid boolean required
      Whether the integration’s credentials are currently valid.
    • authType string optional
      The authentication type used: ‘workspace_token’, ‘user_token’, or ‘pat’.
    • authUser User optional
      The user whose BitBucket OAuth token is being used for authentication, if user-based auth is configured.
    • disablePRComments boolean required
      Whether PR comments are disabled for this integration.
    • disableNeoSummaries boolean required
      Whether Neo AI summaries are disabled for this integration.
    • disableDetailedDiff boolean required
      Whether detailed property-level diffs are disabled for PR comments.