v48

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

Fetch a specific Custom Operator.

Fetch a specific Custom Operator.

get/v2/Operators/Custom/{Sid}

Path parameters

Sidstring required

A 34 character string that uniquely identifies this Custom Operator.

Response

OK

account_sidstring nullable

The unique SID identifier of the Account the Custom Operator belongs to.

sidstring nullable

A 34 character string that uniquely identifies this Custom 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 Custom Operator. Custom Operators can only be created by a Twilio Account.

operator_typestring nullable

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

versioninteger

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

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

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

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

The date that this Custom Operator was created, given in ISO 8601 format.

date_updatedstring date-time nullable

The date that this Custom Operator was updated, given in ISO 8601 format.

urlstring uri nullable

The URL of this resource.