v48

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

Fetch a specific Operator. Works for both Custom and Pre-built Operators.

Fetch a specific Operator. Works for both Custom and Pre-built Operators.

get/v2/Operators/{Sid}

Path parameters

Sidstring required

A 34 character string that uniquely identifies this Operator.

Response

OK

account_sidstring nullable

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

sidstring nullable

A 34 character string that uniquely identifies this 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. Either Twilio or the creating Account.

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' | 'deprecated' | 'general-availability' | 'retired'

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

{"stackTrail":"components:schemas:intelligence.v2.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.","nullable":true}
date_createdstring date-time nullable

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

date_updatedstring date-time nullable

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

urlstring uri nullable

The URL of this resource.