AiAgentListing
No description
type AiAgentListing {
agentId: ID
providerType: AiAgentProviderType
providerSubType: AiAgentProviderSubType
providerAccountGuId: ID
idpAccountId: ID
providerAccountName: String
versionId: ID
versionName: String
version: String
description: String
agentStatus: String
trustLevel: AiAgentRegistryTrustLevel
modifiedTime: DateTime
versionTags: [AiAgentTag]
toolIds: [ID]
taskIds: [ID!]
llms: [LlmInfo]
versionIsDeleted: Boolean
agentIsDeleted: Boolean
agentExternalId: String
versionExternalId: String
}
Fields
AiAgentListing.agentId ● ID scalar miscellaneous
agent guid
AiAgentListing.providerType ● AiAgentProviderType enum agent-control-tower
provider account type
AiAgentListing.providerSubType ● AiAgentProviderSubType enum agent-control-tower
provider sub type
AiAgentListing.providerAccountGuId ● ID scalar miscellaneous
provider account guid
AiAgentListing.idpAccountId ● ID scalar miscellaneous
Unique identifier for the Identity Provider (IDP) account, e.g., Boomi Platform Account ID
AiAgentListing.providerAccountName ● String scalar miscellaneous
provider account name
AiAgentListing.versionId ● ID scalar miscellaneous
agent version guid
AiAgentListing.versionName ● String scalar miscellaneous
agent version name
AiAgentListing.version ● String scalar miscellaneous
agent version
AiAgentListing.description ● String scalar miscellaneous
agent description
AiAgentListing.agentStatus ● String scalar miscellaneous
Status of the AI agent (e.g., PREPARING, RUNNING)
AiAgentListing.trustLevel ● AiAgentRegistryTrustLevel enum agent-control-tower
agent trust level
AiAgentListing.modifiedTime ● DateTime scalar partner-portal
agent last modified time
AiAgentListing.versionTags ● [AiAgentTag] list object agent-control-tower
agent version tags
AiAgentListing.toolIds ● [ID] list scalar miscellaneous
agent tool guids
AiAgentListing.taskIds ● [ID!] list scalar miscellaneous
agent task ids
AiAgentListing.llms ● [LlmInfo] list object agent-control-tower
agent llms
AiAgentListing.versionIsDeleted ● Boolean scalar miscellaneous
boolean value version is deleted
AiAgentListing.agentIsDeleted ● Boolean scalar miscellaneous
boolean value version is deleted
AiAgentListing.agentExternalId ● String scalar miscellaneous
agent externalId
AiAgentListing.versionExternalId ● String scalar miscellaneous
version externalId
Member Of
AiAgentsListingQueryResponse object