Waiting for engine...
Skip to main content

AiAgentGuardrailsQueryResponse

No description

type AiAgentGuardrailsQueryResponse {
totalResults: Long!
currentPageSize: Int!
guardrails: [AiAgentGuardrail!]
}

Fields​

AiAgentGuardrailsQueryResponse.totalResults ● Long! non-null scalar platform {#total-results}

Total number of items

AiAgentGuardrailsQueryResponse.currentPageSize ● Int! non-null scalar miscellaneous {#current-page-size}

Number of items in the current page

AiAgentGuardrailsQueryResponse.guardrails ● [AiAgentGuardrail!] list object agent-control-tower {#guardrails}

Array of guardrails

Returned By​

aiAgentGuardrails query

On this Page