# Fetch a specific Operator. Works for both Custom and Pre-built Operators. **GET /v2/Operators/{Sid}** Fetch a specific Operator. Works for both Custom and Pre-built Operators. ## Servers - https://intelligence.twilio.com: https://intelligence.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) A 34 character string that uniquely identifies this Operator. ## 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) - **account_sid** (string | null) The unique SID identifier of the Account the Operator belongs to. - **sid** (string | null) A 34 character string that uniquely identifies this Operator. - **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. - **author** (string | null) The creator of the Operator. Either Twilio or the creating Account. - **operator_type** (string | null) Operator Type for this Operator. References an existing Operator Type resource. - **version** (integer) Numeric Operator version. Incremented with each update on the resource, used to ensure integrity when updating the Operator. - **availability** (string) Operator availability status. Possible values: internal, beta, public, retired. - **config** () Operator configuration, following the schema defined by the Operator Type. Only available on Custom Operators created by the Account. - **date_created** (string(date-time) | null) The date that this Operator was created, given in ISO 8601 format. - **date_updated** (string(date-time) | null) The date that this Operator was updated, given in ISO 8601 format. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)