# Fetch a specific Operator Type. **GET /v2/OperatorTypes/{Sid}** Fetch a specific Operator Type. ## Servers - https://intelligence.twilio.com: https://intelligence.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) Either a 34 character string that uniquely identifies this Operator Type or the unique name that references an Operator Type. ## Responses ### 200 OK #### Headers - **X-Rate-Limit-Limit** (string) - **X-Rate-Limit-Remaining** (string) - **X-Rate-Limit-Config** (string) - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **name** (string | null) A unique name that references an Operator's Operator Type. - **sid** (string | null) A 34 character string that uniquely identifies this Operator Type. - **friendly_name** (string | null) A human-readable name of this resource, up to 64 characters. - **description** (string | null) A human-readable description of this resource, longer than the friendly name. - **docs_link** (string(uri) | null) Additional documentation for the Operator Type. - **output_type** (string) Operator Results for this Operator Type will follow this format. Possible values: text-classification, text-extraction, text-extraction-normalized, text-generation. - **supported_languages** (array[string] | null) List of languages this Operator Type supports. - **provider** (string) Operators with this Operator Type are executed using this provider. Possible values: twilio, amazon, openai. - **availability** (string) Operator Type availability status. Possible values: internal, beta, general-availability, retired, deprecated. - **configurable** (boolean | null) Operators can be created from configurable Operator Types. - **config_schema** () JSON Schema for configuring an Operator with this Operator Type. Following https://json-schema.org/ - **date_created** (string(date-time) | null) The date that this Operator Type was created, given in ISO 8601 format. - **date_updated** (string(date-time) | null) The date that this Operator Type was updated, given in ISO 8601 format. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)