v2

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-071759268.3 KB
OperatorResults

Retrieve a list of OperatorResults

get/v3/OperatorResults

Query parameters

conversationIdstring

The id of the Conversation attached to the Operator Result.

Example:conv_conversation_01k1etk2y5f1y9fpe2epfdtvv2

Filter Operator Results by attached Conversation id.

intelligenceConfigurationIdstring

Unique identifier for a Intelligence Configuration that generated the Operator Result. Assigned by Twilio (TTID).

Example:intelligence_configuration_01k6fc25s7epm9qtk8rszbv3q5

Filter Operator Results by Intelligence Configuration id used to generate them.

operatorIdstring

The unique identifier for the Language Operator. Assigned by Twilio (TTID).

Example:intelligence_operator_01k6fc25s7epm9qtk8rszbv3q5

Filter Operator Results by Language Operator id.

pageSizeinteger

The maximum number of resources to return

pageTokenstring

Token for pagination

Response

An array of Operator Results.

Example response

{
  "items": [
    {
      "id": "intelligence_operatorresult_01k6fc25s7epm9qtk8rszbv3q5",
      "intelligenceConfiguration": {
        "id": "intelligence_configuration_01k6fc25s7epm9qtk8rszbv3q5",
        "ruleId": "intelligence_configurationrule_01k6fc25s7epm9qtk8rszbv3q6"
      },
      "conversationId": "conv_conversation_01k1etk2y5f1y9fpe2epfdtvv2",
      "referenceIds": [
        "CA0fd5fb62ac7e24ce24f071041847aa92"
      ],
      "executionDetails": {
        "communications": {
          "first": "conv_communication_01k1etk2y5f1y9fpe2epfdtvv2",
          "last": "conv_communication_01k1etk2y5f1y9fpe2epfdtvv2"
        },
        "participants": [
          {
            "id": "conv_participant_01k1etx3jbfx88476ccja0889c",
            "profileId": "mem_profile_00000000000000000000000000"
          }
        ],
        "resolvedContext": {
          "memory": {
            "profileId": "mem_profile_00000000000000000000000000",
            "memoryStoreId": "mem_store_00000000000000000000000000"
          },
          "knowledge": {
            "sources": [
              {
                "baseId": "know_knowledgebase_00000000000000000000000000",
                "sourceId": "know_knowledge_00000000000000000000000000"
              }
            ]
          }
        }
      },
      "metadata": {
        "system": {
          "resolvedModel": "gpt-4.1-nano-2025-04-14"
        }
      }
    }
  ]
}