Retrieves a list of all Operator Types for an Account.
Retrieves a list of all Operator Types for an Account.
GET
/v2/OperatorTypes
curl \
--request GET 'https://intelligence.twilio.com/v2/OperatorTypes' \
--user "username:password"
Response examples (200)
Read full
{
"meta": {
"key": "operator_types",
"url": "https://intelligence.twilio.com/v2/OperatorTypes?PageSize=50&Page=0",
"page": 0,
"page_size": 50,
"next_page_url": null,
"first_page_url": "https://intelligence.twilio.com/v2/OperatorTypes?PageSize=50&Page=0",
"previous_page_url": null
},
"operator_types": [
{
"sid": "EYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://intelligence.twilio.com/v2/OperatorTypes/EYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"name": "Summarization",
"provider": "openai",
"docs_link": "https://www.twilio.com/docs/conversational-intelligence/key-concepts#language-operators",
"description": "Summarize Conversations",
"output_type": "text-generation",
"availability": "general-availability",
"configurable": true,
"date_created": "2010-08-31T20:36:28Z",
"date_updated": "2010-08-31T20:36:28Z",
"config_schema": {
"field": "value"
},
"friendly_name": "Summarize Conversations",
"supported_languages": [
"en"
]
}
]
}
{
"meta": {
"key": "operator_types",
"url": "https://intelligence.twilio.com/v2/OperatorTypes?PageSize=50&Page=0",
"page": 0,
"page_size": 50,
"next_page_url": null,
"first_page_url": "https://intelligence.twilio.com/v2/OperatorTypes?PageSize=50&Page=0",
"previous_page_url": null
},
"operator_types": []
}