Returns a custom agent's connection configuration for the current user.
Returns 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.
<Check title="Required Permissions" icon="key">The user must have read access to the agent.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
agentId
The agent id.
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.
Errors
401
Unauthorized Error
404
Not Found Error

