---
title: "List Orgs"
method: GET
path: "/internal/prompts/orgs"
tags: ["internal-prompts"]
---

# List Orgs

`GET /internal/prompts/orgs`

List every registered org config, for the picker. Platform admin only.

## Response `200`

Successful Response

- ListPromptOrgsResponse
  - `organizations` PromptOrgSummary[], required
    - `name` string, required
    - `display_name` string, required
    - `tool_count` integer, required

---

[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)
