Listing Tasks
To list all tasks for a specific agent, use thelist_tasks method:
Python
Retrieving a Task
To retrieve a specific task, use theretrieve_task method with the agent_id and conversation_id:
Python
Viewing Task Steps
To view the steps of a task, use theview_task_steps method:
Python
Approving a Task
To approve a task, use theapprove_task method:
Python
Deleting a Task
To delete a task, use thedelete_task method:
Python
Triggering a Task
To trigger a task, use thetrigger_task method with a message:
Python
Rerunning a Task
To rerun a task, use thererun_task method:
Python
Scheduling an Action in a Task
To schedule an action in a task, use theschedule_action_in_task method:
Python

