Waiting for engine...
Skip to main content

AiAgentGardenRuntimesWithAgentsInput

No description

input AiAgentGardenRuntimesWithAgentsInput {
accountId: ID
providerAccountIds: [ID!]
}

Fields

AiAgentGardenRuntimesWithAgentsInput.accountId ● ID scalar miscellaneous

Optional Boomi Platform account ID (IDP account ID) to scope runtimes to. When provided, returns only runtimes accessible to this account where at least one agent is deployed. If omitted, the account is derived from the caller's JWT token.

AiAgentGardenRuntimesWithAgentsInput.providerAccountIds ● [ID!] list scalar miscellaneous

Optional array of provider account GUIDs to filter runtimes that have at least one deployed agent from the given accounts. Takes precedence over accountId when both are provided.

Member Of

aiAgentGardenRuntimesWithAgents query

On this Page