AiAgentGuardrailsQueryInput
No description
input AiAgentGuardrailsQueryInput {
startIndex: Int
endIndex: Int
providerAccountId: ID!
}
Fields
AiAgentGuardrailsQueryInput.startIndex ● Int scalar miscellaneous {#start-index}
Zero-based page index, must not be negative. Default is 0.
AiAgentGuardrailsQueryInput.endIndex ● Int scalar miscellaneous {#end-index}
The size of the page to be returned, must be greater than 0. Default is 50.
AiAgentGuardrailsQueryInput.providerAccountId ● ID! non-null scalar miscellaneous {#provider-account-id}
Provider account ID to filter Guardrails. Only Guardrails associated with the specified provider account will be returned.
Member Of
aiAgentGuardrails query
Was this topic helpful?