Skip to main content

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

NameInTypeRequiredDescription
org_idquery`stringnull`no

Responses

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
profilesAgentProfileInfo[]yes
active_agent_profile_id`stringnull`no

Operation ID: list_agent_profiles_api_agent_profiles_get