---
title: "List"
method: GET
path: "/configs"
---

# List

`GET /configs`

Get list of available configurations based on RBAC roles.

Platform admins see all organizations.
Regular users see only their organization.
All users get their current organization in the response.

## Response `200`

Successful Response

- ListConfigsResponse — Response model for listing available configurations. Used by the /configs endpoint to return organization configs based on user RBAC roles.
  - `organizations` OrganizationWithConfig[], required
    - `config_name` string, required
    - `organization_id` string, required
    - `organization_name` string, required
    - `organization_display_name` string, nullable
    - `organization_auth_provider` string, nullable
    - `organization_identifier` string, nullable
    - `organization_auth0_id` string, nullable
    - `organization_is_invite_only` boolean
    - `metadata` object, nullable
  - `configs` string[], required
  - `current_organization` OrganizationWithConfig, required — Organization information with full configuration details.
    - `config_name` string, required
    - `organization_id` string, required
    - `organization_name` string, required
    - `organization_display_name` string, nullable
    - `organization_auth_provider` string, nullable
    - `organization_identifier` string, nullable
    - `organization_auth0_id` string, nullable
    - `organization_is_invite_only` boolean
    - `metadata` object, nullable

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
