---
title: "List providers"
method: GET
path: "/providers"
tags: ["Providers"]
---

# List providers

`GET /providers`

Lists the provider integrations configured in the workspace, one entry per channel and provider key with its alias and settings.

## Query parameters

- `cursor` string

## Response `200`

- ProvidersListResponse — Paginated list of provider configurations.
  - `paging` Paging, required
    - `cursor` string, nullable
    - `more` boolean, required
  - `results` Provider[], required
    - `id` string, required — A unique identifier for the provider configuration.
    - `title` string, required — Display title. Defaults to "Default Configuration" when not explicitly set.
    - `provider` string, required — The provider key (e.g. "sendgrid", "twilio", "slack").
    - `alias` string — Optional alias for this configuration.
    - `settings` object, required — Provider-specific settings (snake_case keys on the wire).
    - `created` integer, required — Unix timestamp (ms) of when the provider was created.
    - `updated` integer, nullable — Unix timestamp (ms) of when the provider was last updated.

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
