Class 5 AI Agent Task

Read

Retrieve a single Class 5 AI Agent Task record by ID.

get/api/cp/class5/ai-agent-task-link/{id}

Path parameters

idinteger required

Id identifier

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.