v48

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

Fetch a specific Operator Type.

Fetch a specific Operator Type.

get/v2/OperatorTypes/{Sid}

Path parameters

Sidstring required

Either a 34 character string that uniquely identifies this Operator Type or the unique name that references an Operator Type.

Response

OK

namestring nullable

A unique name that references an Operator's Operator Type.

sidstring nullable

A 34 character string that uniquely identifies this Operator Type.

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.

docs_linkstring uri nullable

Additional documentation for the Operator Type.

output_type'text-classification' | 'text-extraction' | 'text-extraction-normalized' | 'text-generation' | 'json'

Operator Results for this Operator Type will follow this format. Possible values: text-classification, text-extraction, text-extraction-normalized, text-generation.

supported_languagesstring[] nullable

List of languages this Operator Type supports.

provider'twilio' | 'amazon' | 'openai'

Operators with this Operator Type are executed using this provider. Possible values: twilio, amazon, openai.

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

Operator Type availability status. Possible values: internal, beta, general-availability, retired, deprecated.

configurableboolean nullable

Operators can be created from configurable Operator Types.

{"stackTrail":"components:schemas:intelligence.v2.operator_type:properties:config_schema","oasType":"schema","type":"unknown","description":"JSON Schema for configuring an Operator with this Operator Type. Following https://json-schema.org/","nullable":true}
date_createdstring date-time nullable

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

date_updatedstring date-time nullable

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

urlstring uri nullable

The URL of this resource.