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

Response

Successful response

idstring

Id

ai_agentstring

Ai Agent

ai_agent_task_idstring

Ai Agent Task Id

next_ai_agent_task_idstring

Next Ai Agent Task Id

conditionstring

Condition

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.