v2

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

Retrieve an OperatorResult

get/v3/OperatorResults/{operatorResultId}

Response

Operator Result object.

OR
OR
OR

Example response

{
  "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"
    }
  }
}