---
title: "List Enabled Connectors"
method: GET
path: "/connect/settings/connectors"
tags: ["Connect Settings"]
---

# List Enabled Connectors

`GET /connect/settings/connectors`

Retrieve a list of all enabled connectors (integration or resource), excluding those that are
exclusively trigger-based. For each connector, extract essential settings from its schema and
determine a boolean status indicating whether it's configured or not.

## Parameters

- `#/paths/~1connect~1settings~1apikeys/get/parameters/1` — unresolved $ref

## Response `200`

Success

- object
  - `body` object — Response body.
    - `ansible` 0 — unresolved $ref
    - `apikeys` 0 — unresolved $ref
    - `aws` 0 — unresolved $ref
    - `aws_health` 0 — unresolved $ref
    - `azure` 0 — unresolved $ref
    - `azure_openai` 0 — unresolved $ref
    - `bitbucket` 0 — unresolved $ref
    - `cloudformation` 0 — unresolved $ref
    - `datadog` 0 — unresolved $ref
    - `eks` 0 — unresolved $ref
    - `elasticsearch` 0 — unresolved $ref
    - `gcp` 0 — unresolved $ref
    - `git` 0 — unresolved $ref
    - `gke` 0 — unresolved $ref
    - `http` 0 — unresolved $ref
    - `humio` 0 — unresolved $ref
    - `instana` 0 — unresolved $ref
    - `jenkins` 0 — unresolved $ref
    - `jira` 0 — unresolved $ref
    - `new_relic` 0 — unresolved $ref
    - `opsgenie` 0 — unresolved $ref
    - `pagerduty` 0 — unresolved $ref
    - `prometheus` 0 — unresolved $ref
    - `pulumi` 0 — unresolved $ref
    - `s3` object — s3 connector details.
      - `coming_soon` boolean — Whether the connector is coming soon. True for coming soon and false if connector is active.
      - `connector_type` string — Type of connector (Integration, Resource, Cloud).
      - `connectors` string[]
      - `display_name` string — Display name of the connector.
      - `is_configured` boolean — Whether the connector is configured. True if configured and false for not configured.
      - `is_trigger` boolean — Whether the connector is trigger-based. True for trigger based and false for not trigger based.
    - `servicenow` 0 — unresolved $ref
    - `slack` 0 — unresolved $ref
    - `sns` 0 — unresolved $ref
    - `splunk` 0 — unresolved $ref
    - `splunk_on_call` 0 — unresolved $ref
    - `spot` 0 — unresolved $ref
    - `spot_security` 0 — unresolved $ref
    - `ssh` 0 — unresolved $ref
    - `sumologic` 0 — unresolved $ref
    - `terraform` 0 — unresolved $ref
    - `terraform_cli` 0 — unresolved $ref
    - `twilio` 0 — unresolved $ref
    - `zendesk` 0 — unresolved $ref
  - `statusCode` integer — HTTP status code.

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
