cigchat_flow_ai_agents
List AI agents for a flow, filtering by agent name, namespace, or provider, with pagination options to control the result set.
Instructions
Get list of ai agents by flow [GET /flow/ai-agents] Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Search for ai agnet name | |
| page | No | Page number, between 1 and 100 | |
| limit | No | Number of items in the response | |
| ai_agent_ns | No | Search by ai agnet ns Accepts either the ai_agent namespace id or the ai_agent's exact name — the server resolves names automatically. | |
| ai_provider | No | Search for ai provider, available ai_provider: openai, openai-responses, deepseek, xai, xai-responses, claude, gemini, groq, ainvented |