Class 5 AI Agent Task
List
Retrieve a paginated list of Class 5 AI Agent Task records. Supports filtering, sorting, and search.
get/api/cp/class5/ai-agent-task-link
Response
Successful response
Example response
[
{
"id": 12345,
"ai_agent": "example_ai_agent",
"ai_agent_task_id": 1,
"next_ai_agent_task_id": 1,
"condition": "example_condition"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.