---
title: "Retrieves a list of all Pre-built Operators for an account."
method: GET
path: "/v2/Operators/PreBuilt"
tags: ["IntelligenceV2PrebuiltOperator"]
---

# Retrieves a list of all Pre-built Operators for an account.

`GET /v2/Operators/PreBuilt`

Retrieves a list of all Pre-built Operators for an account.

## Query parameters

- `Availability` 'internal' | 'beta' | 'public' | 'retired' | 'general-availability' — Operator availability status. Possible values: internal, beta, public, retired.
- `LanguageCode` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `operators` 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.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[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)
