v1

latestOpenAPI 3.0.1Apache 2.02026-07-14521687.9 KB

get/v1/Assistants/{Sid}

Path parameters

Sidstring required

The Twilio-provided string that uniquely identifies the Assistant resource to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the Assistant resource.

callback_eventsstring nullable

Reserved.

callback_urlstring uri nullable

Reserved.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in RFC 2822 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in RFC 2822 format.

development_stagestring nullable

A string describing the state of the assistant.

friendly_namestring nullable

The string that you assigned to describe the resource. It is not unique and can be up to 255 characters long.

latest_model_build_sidstring nullable

Reserved.

linksobject nullable

A list of the URLs of the Assistant's related resources.

log_queriesboolean nullable

Whether queries should be logged and kept after training. Can be: true or false and defaults to true. If true, queries are stored for 30 days, and then deleted. If false, no queries are stored.

needs_model_buildboolean nullable

Whether model needs to be rebuilt.

sidstring nullable

The unique string that we created to identify the Assistant resource.

unique_namestring nullable

An application-defined string that uniquely identifies the resource. It can be used in place of the resource's sid in the URL to address the resource. It can be up to 64 characters long.

urlstring uri nullable

The absolute URL of the Assistant resource.