---
title: "Fetch a specific Pre-built Operator."
method: GET
path: "/v2/Operators/PreBuilt/{Sid}"
tags: ["IntelligenceV2PrebuiltOperator"]
---

# Fetch a specific Pre-built Operator.

`GET /v2/Operators/PreBuilt/{Sid}`

Fetch a specific Pre-built Operator.

## Path parameters

- `Sid` string, required

## Response `200`

OK

- IntelligenceV2PrebuiltOperator
  - `account_sid` string, nullable — The unique SID identifier of the Account the Pre-built Operator belongs to.
  - `sid` string, nullable — A 34 character string that uniquely identifies this Pre-built 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. Pre-built Operators can only be created by Twilio.
  - `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' | 'general-availability' — Operator availability status. Possible values: internal, beta, public, retired.
  - `config` unknown
  - `date_created` string, date-time, nullable — The date that this Pre-built Operator was created, given in ISO 8601 format.
  - `date_updated` string, date-time, nullable — The date that this Pre-built Operator was updated, given in ISO 8601 format.
  - `url` string, uri, nullable — The URL of this resource.

---

[API](https://skmtc.net/twilio/apis/intelligence-v2.md) · [All operations](https://skmtc.net/twilio/apis/intelligence-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/intelligence-v2/versions/84898765c5f1/schema)
