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

# List Providers

`GET /organizations/providers/`

List all SSO providers for the organization.

## Response `200`

Successful Response

- OrganizationProviderResponse[]
  - `id` string, uuid, required
  - `slug` string, required
  - `name` string, nullable, required
  - `description` string, nullable, required
  - `flags` object, required
  - `settings` object, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable, required
  - `organization_id` string, uuid, required

## Changes

> 359 revisions in range; 3 could not be searched.

- **2026-05-08** `5e6f53ce5d08` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2026-02-13** `72fe88316d15` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/organizations/providers/get.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/713e4f3b7519/schema)
