cigchat_flow_ai_tasks
Retrieve AI tasks for a given flow, with filters for task name, namespace, or provider, plus pagination for browsing results.
Instructions
Get list of ai tasks by flow [GET /flow/ai-tasks] Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Search for ai task name | |
| page | No | Page number, between 1 and 100 | |
| limit | No | Number of items in the response | |
| ai_task_ns | No | Search by ai task ns Accepts either the ai_task namespace id or the ai_task's exact name — the server resolves names automatically. | |
| ai_provider | No | Search for ai provider, available ai_provider: openai, deepseek, xai, claude, gemini, groq, ainvented |