v1

latestOpenAPI 3.0.1Apache 2.02026-07-14521687.9 KB

Returns JSON actions for the Task.

get/v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Actions

Path parameters

AssistantSidstring required

The SID of the Assistant that is the parent of the Task for which the task actions to fetch were defined.

TaskSidstring required

The SID of the Task for which the task actions to fetch were defined.

Response

OK

account_sidstring nullable

The SID of the Account that created the TaskActions resource.

assistant_sidstring nullable

The SID of the Assistant that is the parent of the Task associated with the resource.

{"stackTrail":"components:schemas:autopilot.v1.assistant.task.task_actions:properties:data","oasType":"schema","type":"unknown","description":"The JSON string that specifies the [actions](https://www.twilio.com/docs/autopilot/actions) that instruct the Assistant on how to perform the task.","nullable":true}
task_sidstring nullable

The SID of the Task associated with the resource.

urlstring uri nullable

The absolute URL of the TaskActions resource.