List agent profiles
GET /api/agent-profiles
List agent profiles and the effective active pointer for this member. No implicit writes: an org with no profiles yet just returns an empty list. Profile creation is always an explicit save_agent_profile call (EDIT_ORG_SETTINGS).
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_id | query | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
profiles | AgentProfileInfo[] | yes | — |
active_agent_profile_id | `string | null` | no |
Operation ID: list_agent_profiles_api_agent_profiles_get