Returns connection configuration for the current user's custom agents.
Lists the configuration for each custom agent the user can read in the workspace.
Each result contains the linked connector and skill ids, the account selected for each connector,
why that account was selected, and whether it is available.
Uses a saved agent choice, or the enabled awork Agent default when no choice is saved.
An editor-provided account is used when the connector has specificConnection mode.
API-key requests do not inherit awork Agent defaults.
This read does not save or change any choices. An empty list is returned when no agents are visible.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
agentId
The custom agent identifier.
enabledConnectorIds
The ids of connectors linked to this agent. A linked connector may still need a working account.
enabledSkillIds
The ids of skills linked to this agent.
connectorConnections
One entry per linked connector, with this user's account choice, its source, and its availability.

