---
title: "GET /v2/Operators/{Sid}"
method: GET
path: "/v2/Operators/{Sid}"
tags: ["IntelligenceV2Operator"]
---

# GET /v2/Operators/{Sid}

`GET /v2/Operators/{Sid}`

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

## Path parameters

- `Sid` string, required

## Response `200`

OK

- IntelligenceV2Operator
  - `account_sid` string, nullable — The unique SID identifier of the Account the Operator belongs to.
  - `sid` string, nullable — A 34 character string that uniquely identifies this Operator.
  - `friendly_name` string, nullable — A human-readable name of this resource, up to 64 characters.
  - `description` string, nullable — A human-readable description of this resource, longer than the friendly name.
  - `author` string, nullable — The creator of the Operator. Either Twilio or the creating Account.
  - `operator_type` string, nullable — 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` 'internal' | 'beta' | 'public' | 'retired'
  - `config` unknown
  - `date_created` string, date-time, nullable — The date that this Operator was created, given in ISO 8601 format.
  - `date_updated` string, date-time, nullable — The date that this Operator was updated, given in ISO 8601 format.
  - `url` string, uri, nullable — The URL of this resource.

## Changes

- **2024-08-26** (v2) `89e6cce4bdc9` — 1 info
  - the `version` response's property default value `0` was added for the status `200`
- **2024-05-24** (v2) `1422b7722109` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/twilio/apis/twilio-intelligence/changes/v2/Operators/:Sid/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-intelligence.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-intelligence/revisions/ca1dfd564a20/schema)
