v48

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-03-102923198.5 KB
IntelligenceV2PrebuiltOperator

Fetch a specific Pre-built Operator.

Fetch a specific Pre-built Operator.

get/v2/Operators/PreBuilt/{Sid}

Path parameters

Sidstring required

A 34 character string that uniquely identifies this Pre-built Operator.

Response

OK

account_sidstring nullable

The unique SID identifier of the Account the Pre-built Operator belongs to.

sidstring nullable

A 34 character string that uniquely identifies this Pre-built Operator.

friendly_namestring nullable

A human-readable name of this resource, up to 64 characters.

descriptionstring nullable

A human-readable description of this resource, longer than the friendly name.

authorstring nullable

The creator of the Operator. Pre-built Operators can only be created by Twilio.

operator_typestring nullable

Operator Type for this Operator. References an existing Operator Type resource.

versioninteger

Numeric Operator version. Incremented with each update on the resource, used to ensure integrity when updating the Operator.

availability'internal' | 'beta' | 'public' | 'retired' | 'general-availability'

Operator availability status. Possible values: internal, beta, public, retired.

{"stackTrail":"components:schemas:intelligence.v2.prebuilt_operator:properties:config","oasType":"schema","type":"unknown","description":"Operator configuration, following the schema defined by the Operator Type. Only available on Custom Operators created by the Account, will be empty for Pre-Built Operators.","nullable":true}
date_createdstring date-time nullable

The date that this Pre-built Operator was created, given in ISO 8601 format.

date_updatedstring date-time nullable

The date that this Pre-built Operator was updated, given in ISO 8601 format.

urlstring uri nullable

The URL of this resource.