---
title: "GET /v2/Operators/Custom"
method: GET
path: "/v2/Operators/Custom"
tags: ["IntelligenceV2CustomOperator"]
---

# GET /v2/Operators/Custom

`GET /v2/Operators/Custom`

Retrieves a list of all Custom Operators for an Account.

## Query parameters

- `Availability` 'internal' | 'beta' | 'public' | 'retired'
- `LanguageCode` string
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `operators` IntelligenceV2CustomOperator[]
    - `account_sid` string, nullable — The unique SID identifier of the Account the Custom Operator belongs to.
    - `sid` string, nullable — A 34 character string that uniquely identifies this Custom 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 Custom Operator. Custom Operators can only be created by a Twilio Account.
    - `operator_type` string, nullable — Operator Type for this Operator. References an existing Operator Type resource.
    - `version` integer — Numeric Custom Operator version. Incremented with each update on the resource, used to ensure integrity when updating the Custom Operator.
    - `availability` 'internal' | 'beta' | 'public' | 'retired'
    - `config` unknown
    - `date_created` string, date-time, nullable — The date that this Custom Operator was created, given in ISO 8601 format.
    - `date_updated` string, date-time, nullable — The date that this Custom 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

## 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/Custom/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)
