List profiles
GET /api/organizations/{org_id}/profiles
List all LLM profiles for this organization.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_id | path | `string | null` | yes |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
profiles | server__routes__org_profiles__ProfileInfo[] | yes | — |
active_profile | `string | null` | yes |
Operation ID: list_profiles_api_organizations__org_id__profiles_get