# Returns JSON actions for the Task **GET /v1/Assistants/{AssistantSid}/Tasks/{TaskSid}/Actions** Returns JSON actions for the Task. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **AssistantSid** (string) The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the Task for which the task actions to fetch were defined. - **TaskSid** (string) The SID of the [Task](https://www.twilio.com/docs/autopilot/api/task) for which the task actions to fetch were defined. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **assistant_sid** (string | null) The SID of the Assistant that is the parent of the Task associated with the resource - **data** () The JSON string that specifies the actions that instruct the Assistant on how to perform the task - **task_sid** (string | null) The SID of the Task associated with the resource - **url** (string(uri) | null) The absolute URL of the TaskActions resource [Powered by Bump.sh](https://bump.sh)