WorkOS

connections.list

Get a list of all of your existing connections matching the criteria specified.

Remote workos

Other tools also called connections.list? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "after": {
      "type": "string",
      "description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list."
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "description": "Upper limit on the number of objects to return, between `1` and `100`."
    },
    "order": {
      "enum": [
        "normal",
        "desc",
        "asc"
      ],
      "type": "string",
      "default": "desc",
      "description": "Order the results by the creation time."
    },
    "before": {
      "type": "string",
      "description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list."
    },
    "domain": {
      "type": "string",
      "description": "Filter Connections by their associated domain."
    },
    "search": {
      "type": "string",
      "description": "Searchable text to match against Connection names."
    },
    "connection_type": {
      "enum": [
        "ADFSSAML",
        "AdpOidc",
        "AppleOAuth",
        "Auth0SAML",
        "AzureSAML",
        "BitbucketOAuth",
        "CasSAML",
        "CloudflareSAML",
        "ClassLinkSAML",
        "CleverOIDC",
        "CyberArkSAML",
        "DiscordOAuth",
        "DuoSAML",
        "EntraIdOIDC",
        "GenericOIDC",
        "GenericSAML",
        "GithubOAuth",
        "GitLabOAuth",
        "GoogleOAuth",
        "GoogleOIDC",
        "GoogleSAML",
        "IntuitOAuth",
        "JumpCloudSAML",
        "KeycloakSAML",
        "LastPassSAML",
        "LinkedInOAuth",
        "LoginGovOidc",
        "MagicLink",
        "MicrosoftOAuth",
        "MiniOrangeSAML",
        "NetIqSAML",
        "OktaOIDC",
        "OktaSAML",
        "OneLoginSAML",
        "OracleSAML",
        "PingFederateSAML",
        "PingOneSAML",
        "RipplingSAML",
        "SalesforceSAML",
        "ShibbolethGenericSAML",
        "ShibbolethSAML",
        "SimpleSamlPhpSAML",
        "SalesforceOAuth",
        "SlackOAuth",
        "VercelMarketplaceOAuth",
        "VercelOAuth",
        "VMwareSAML",
        "XeroOAuth"
      ],
      "type": "string",
      "description": "Filter Connections by their type."
    },
    "organization_id": {
      "type": "string",
      "description": "Filter Connections by their associated organization."
    }
  }
}
          

Provider

WorkOS →