v1

latestOpenAPI 3.0.1Apache 2.02026-07-14521687.9 KB

get/v1/Assistants/{AssistantSid}/ModelBuilds/{Sid}

Path parameters

AssistantSidstring required

The SID of the Assistant that is the parent of the resource to fetch.

Sidstring required

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

Response

OK

account_sidstring nullable

The SID of the Account that created the ModelBuild resource.

assistant_sidstring nullable

The SID of the Assistant that is the parent of the resource.

build_durationinteger nullable

The time in seconds it took to build the model.

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.

error_codeinteger nullable

If the status for the model build is failed, this value is a code to more information about the failure. This value will be null for all other statuses. See error code dictionary for a description of the error.

sidstring nullable

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

status'enqueued' | 'building' | 'completed' | 'failed' | 'canceled'
unique_namestring nullable

An application-defined string that uniquely identifies the resource. It can be used as an alternative to the sid in the URL path to address the resource.

urlstring uri nullable

The absolute URL of the ModelBuild resource.