Gets the default agent options for a personal or custom agent.
Returns default model, tool access, connector, and skill options for a personal-agent or custom-agent conversation.
Set type to 'personal-agent' for the requesting user's defaults, or 'custom-agent' and provide agentId for a custom agent.
The response also includes the effective model catalog for the workspace.
<Check title="Required Permissions" icon="key">The user must have read access to the selected custom agent.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
type
The agent type to resolve defaults for (‘personal-agent’ or ‘custom-agent’).
agentId
The id of the custom agent when is ‘custom-agent’.
Response
OK
type
The matching agent thread type.
modelProvider
The default model provider.
modelName
The default model name.
presetKey
The stored preset identity for preset-based agents.
reasoningLevel
The default reasoning level.
toolAccess
Represents default agent tool access settings.
connectorIds
The default connector ids.
skillIds
The default skill ids.
availableModels
Describes the models available to the workspace.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

