Operators
Retrieve a list of Operators
Retrieve a list of Operators for the account, including those not attached to an Intelligence Configuration. This request returns both Twilio-authored and custom language operators.
get/v3/ControlPlane/Operators
Query parameters
pageSizeinteger
The maximum number of resources to return
pageTokenstring
Token for pagination
Response
List of available Language Operators
Example response
{
"items": [
{
"id": "intelligence_operator_01k6fc25s7epm9qtk8rszbv3q5"
}
]
}