Skip to main content
POST
/
agent-graphs
/
test-node
Test Graph Node
curl --request POST \
  --url https://api.beamstudio.ai/agent-graphs/test-node \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'current-workspace-id: <current-workspace-id>' \
  --data '
{
  "agentId": "123e4567-e89b-12d3-a456-426614174000",
  "nodeId": "123e4567-e89b-12d3-a456-426614174001",
  "graphId": "123e4567-e89b-12d3-a456-426614174002",
  "params": {
    "input": "test data",
    "config": {
      "timeout": 5000
    }
  }
}
'
{
  "evaluationCriteria": [
    "A valid \"outlook_message_id\" was extracted.",
    "The complete \"mail_content\" was successfully cleaned and extracted."
  ],
  "toolConfiguration": {
    "toolFunctionName": "<string>",
    "outputParams": [
      {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "paramName": "email_id",
        "agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
        "dataType": "string",
        "isArray": false,
        "typeOptions": {
          "enumValues": [
            "a",
            "b",
            "c"
          ]
        },
        "createdAt": "2024-01-15T10:30:00Z",
        "updatedAt": "2024-01-20T15:45:00Z",
        "position": 1,
        "paramDescription": "The unique identifier of the sent email message",
        "parentId": "123e4567-e89b-12d3-a456-426614174001",
        "paramPath": "response.data.email_id",
        "outputExample": "msg_abc123xyz"
      }
    ],
    "inputParams": [
      {
        "id": "123e4567-e89b-12d3-a456-426614174000",
        "paramName": "recipient_email",
        "position": 1,
        "fillType": "ai_fill",
        "agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
        "createdAt": "2024-01-15T10:30:00Z",
        "updatedAt": "2024-01-20T15:45:00Z",
        "linkOutputParam": {
          "id": "123e4567-e89b-12d3-a456-426614174000",
          "paramName": "email_id",
          "agentToolConfigurationId": "123e4567-e89b-12d3-a456-426614174000",
          "dataType": "string",
          "isArray": false,
          "typeOptions": {
            "enumValues": [
              "a",
              "b",
              "c"
            ]
          },
          "createdAt": "2024-01-15T10:30:00Z",
          "updatedAt": "2024-01-20T15:45:00Z",
          "position": 1,
          "paramDescription": "The unique identifier of the sent email message",
          "parentId": "123e4567-e89b-12d3-a456-426614174001",
          "paramPath": "response.data.email_id",
          "outputExample": "msg_abc123xyz"
        },
        "question": "What email address should receive this notification?",
        "linkParamOutputId": "123e4567-e89b-12d3-a456-426614174001",
        "paramDescription": "The email address of the recipient who will receive the notification",
        "staticValue": "[email protected]",
        "required": true,
        "dataType": "string",
        "outputExample": "[email protected]",
        "reloadProps": false,
        "options": [
          {
            "label": "High Priority",
            "value": "high"
          },
          {
            "label": "Normal Priority",
            "value": "normal"
          }
        ]
      }
    ],
    "outputParamsData": [
      {
        "position": 123,
        "paramName": "<string>",
        "paramDescription": "<string>",
        "id": "<string>",
        "agentToolConfigurationId": "<string>",
        "dataType": "string",
        "isArray": true,
        "typeOptions": {},
        "parentId": "<string>",
        "paramPath": "<string>",
        "outputExample": "<string>"
      }
    ],
    "inputParamsData": [
      {
        "paramName": "<string>",
        "fillType": "ai_fill",
        "position": 123,
        "question": "<string>",
        "linkParams": {
          "toolId": "<string>",
          "toolFunctionName": "<string>",
          "outputParam": "<string>",
          "outputId": "<string>"
        },
        "linkParamOutputId": "<string>",
        "paramDescription": "<string>",
        "staticValue": "<string>",
        "required": true,
        "dataType": "string",
        "isArray": false,
        "typeOptions": {},
        "outputExample": "<string>",
        "reloadProps": true,
        "options": [
          {
            "label": "<string>",
            "value": "<string>"
          }
        ]
      }
    ],
    "agentId": "<string>",
    "agent": {
      "name": "Customer Support Agent",
      "creatorId": "123e4567-e89b-12d3-a456-426614174001",
      "type": "beam-os",
      "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
      "category": {
        "title": "Customer Support",
        "publish": true,
        "id": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      },
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
      "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
      "defaultTaskId": "task_template_001",
      "themeIconUrl": "https://example.com/icons/agent-icon.png",
      "agentCategoryId": "cat_customer_service",
      "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
      "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
      "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
      "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
      "skipAgentSetupSop": true,
      "deletedAt": "2023-11-07T05:31:56Z"
    },
    "agentGraphNodes": "<array>",
    "tool": {
      "toolFunctionName": "<string>",
      "toolName": "<string>",
      "iconSrc": "<string>",
      "type": "beam_tool",
      "integrationId": "<string>",
      "meta": {
        "tool_name": "<string>",
        "function_name": "<string>",
        "requires_consent": true,
        "requires_translation": true,
        "description": "<string>",
        "required_extracted_args": [
          "<string>"
        ],
        "content": "<string>",
        "prompt": "<string>",
        "type": "beam_tool",
        "isActive": true,
        "integration_provider_details": {
          "request": {
            "endpoint": "<string>",
            "method": "<string>",
            "query": [
              "<string>"
            ],
            "body": {},
            "bypassTLS": true
          },
          "response": {}
        },
        "agent_category": {
          "id": "<string>",
          "title": "<string>"
        },
        "payload": "<string>",
        "optional_extracted_args": [
          "<string>"
        ],
        "integrationIdentifier": "<string>",
        "categories": [
          "<string>"
        ],
        "icon_src": "<string>",
        "integration_provider_auth": "<string>",
        "integration_provider_executor": "<string>",
        "preferred_model": "<string>",
        "integration_id": "<string>",
        "apiKeyType": "<string>",
        "parameter": "<string>",
        "tool_category_id": "<string>",
        "agent_categories": [
          "<string>"
        ],
        "required_generated_args": [
          "<string>"
        ],
        "optional_generated_args": [
          "<string>"
        ],
        "is_memory_tool": true,
        "memory_lookup_instruction": "<string>",
        "workspace_id": "<string>"
      },
      "requiresConsent": true,
      "isBackgroundTool": true,
      "isActive": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "isVisibleOnUi": true,
      "outputId": "<string>",
      "prompt": "<string>",
      "output": "<unknown>",
      "inputParams": [
        {
          "paramName": "<string>",
          "fillType": "ai_fill",
          "position": 123,
          "question": "<string>",
          "linkParams": {
            "toolId": "<string>",
            "toolFunctionName": "<string>",
            "outputParam": "<string>",
            "outputId": "<string>"
          },
          "linkParamOutputId": "<string>",
          "paramDescription": "<string>",
          "staticValue": "<string>",
          "required": true,
          "dataType": "string",
          "isArray": false,
          "typeOptions": {},
          "outputExample": "<string>",
          "reloadProps": true,
          "options": [
            {
              "label": "<string>",
              "value": "<string>"
            }
          ]
        }
      ],
      "isMemoryTool": true,
      "embedding": "<string>",
      "memoryLookupInstruction": "<string>",
      "outputParams": [
        {
          "position": 123,
          "paramName": "<string>",
          "paramDescription": "<string>",
          "id": "<string>",
          "agentToolConfigurationId": "<string>",
          "dataType": "string",
          "isArray": true,
          "typeOptions": {},
          "parentId": "<string>",
          "paramPath": "<string>",
          "outputExample": "<string>"
        }
      ],
      "isBatchExecutionEnabled": true,
      "isCodeExecutionEnabled": true,
      "description": "<string>",
      "workspaceId": "<string>",
      "userId": "<string>",
      "agentId": "<string>",
      "httpMethod": "post",
      "url": "<string>",
      "isAvailableToWorkspace": true,
      "preferredModel": "<string>",
      "shortDescription": "<string>",
      "isSharable": true,
      "systemIntegrationIdentifier": "<string>",
      "apiKeyType": "<string>",
      "parameter": "<string>",
      "queryParams": [
        {
          "key": "<string>",
          "parameterHint": "<string>",
          "required": true,
          "type": "<string>"
        }
      ],
      "bodyParams": [
        {
          "key": "<string>",
          "parameterHint": "<string>",
          "type": "<string>",
          "required": true
        }
      ],
      "urlParams": [
        {
          "key": "<string>",
          "parameterHint": "<string>",
          "required": true,
          "type": "<string>"
        }
      ],
      "deletedAt": "2023-11-07T05:31:56Z",
      "toolConfigurations": "<array>",
      "questions": [
        {
          "id": "<string>",
          "question": "<string>",
          "keywordInPrompt": "<string>",
          "tools": "<array>"
        }
      ],
      "integration": {
        "id": "<string>",
        "type": "integration",
        "provider": {
          "userId": "<string>",
          "credentialId": "<string>",
          "connectionName": "<string>",
          "integration": "<string>",
          "status": "<string>",
          "isOAuth2": true,
          "provider": "custom",
          "workspace": "<string>",
          "tokenExpiresIn": 123,
          "credentials": {},
          "agentTrigger": [
            {
              "title": "<string>",
              "frequency": "<string>",
              "agentId": "<string>",
              "integrationProviderId": "<string>",
              "toBeExecutedAt": "<string>",
              "lastExecutedAt": "<string>",
              "prompt": "<string>",
              "timezone": "<string>",
              "isActive": true,
              "onlyOnce": true,
              "agent": {
                "name": "Customer Support Agent",
                "creatorId": "123e4567-e89b-12d3-a456-426614174001",
                "type": "beam-os",
                "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
                "category": {
                  "title": "Customer Support",
                  "publish": true,
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "deletedAt": "2023-11-07T05:31:56Z"
                },
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
                "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
                "defaultTaskId": "task_template_001",
                "themeIconUrl": "https://example.com/icons/agent-icon.png",
                "agentCategoryId": "cat_customer_service",
                "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
                "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
                "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
                "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
                "skipAgentSetupSop": true,
                "deletedAt": "2023-11-07T05:31:56Z"
              },
              "integrationProvider": "<unknown>",
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "integrationData": {
                "name": "<string>",
                "shortDescription": "<string>",
                "longDescription": "<string>",
                "systemIntegrationIdentifier": "<string>",
                "systemIntegrationProvider": "<string>",
                "customAuthParameters": {},
                "category": "<string>",
                "icon": "<string>",
                "syncModels": {},
                "isPublished": true,
                "attributes": {},
                "status": "<string>",
                "authType": "<string>",
                "integrationCategory": {
                  "title": "<string>",
                  "integrations": "<array>",
                  "customIntegrations": [
                    {
                      "authType": "basic",
                      "userId": "<string>",
                      "integrationCategoryId": "<string>",
                      "workspaceId": "<string>",
                      "provider": {
                        "id": "<string>",
                        "integrationId": "<string>",
                        "credentialId": "<string>"
                      },
                      "integrationCategory": "<unknown>",
                      "customIntegrationTools": "<array>",
                      "id": "<string>",
                      "createdAt": "2023-11-07T05:31:56Z",
                      "updatedAt": "2023-11-07T05:31:56Z",
                      "name": "<string>",
                      "description": "<string>",
                      "grantType": "<string>",
                      "systemIntegrationIdentifier": "<string>",
                      "iconSrc": "<string>",
                      "privacyPolicyUrl": "<string>",
                      "authenticationMeta": {
                        "clientId": "<string>",
                        "clientSecret": "<string>",
                        "authorizationUrl": "<string>",
                        "accessTokenUrl": "<string>",
                        "refreshTokenUrl": "<string>",
                        "scopes": [
                          "<string>"
                        ],
                        "apiKeyType": "default",
                        "grantType": "client_credentials",
                        "parameter": "<string>",
                        "clientAuthentication": "headers",
                        "customOAuthUrl": "<string>"
                      },
                      "bypassSslVerification": true,
                      "customHeaders": [
                        {
                          "key": "<string>",
                          "value": "<string>"
                        }
                      ],
                      "deletedAt": "2023-11-07T05:31:56Z"
                    }
                  ],
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "deletedAt": "2023-11-07T05:31:56Z"
                },
                "provider": "<unknown>",
                "actions": "<array>",
                "toolsView": "<array>",
                "id": "<string>",
                "integrationCategoryId": "<string>"
              },
              "userDefinedFrequency": "<string>",
              "userDefinedFrequencyValue": 123,
              "userDefinedFrequencyDateTime": "<string>",
              "configuration": {
                "beamAction": "GmailFetchEmails",
                "hasAttachment": true,
                "shouldTriggerOnReply": true,
                "integrationIdentifier": "github",
                "name": "<string>",
                "filters": [
                  {
                    "operator": "AND",
                    "conditions": [
                      {
                        "condition": "is",
                        "operator": "AND",
                        "property": "<string>",
                        "value": "<string>"
                      }
                    ]
                  }
                ],
                "globalFilters": [
                  {
                    "operator": "AND",
                    "conditions": [
                      {
                        "condition": "is",
                        "operator": "AND",
                        "property": "<string>",
                        "value": "<string>"
                      }
                    ]
                  }
                ],
                "beamActionTitle": "<string>",
                "shouldTriggerOnReplyEmailConfig": {
                  "emails": [
                    "<string>"
                  ],
                  "condition": "is"
                }
              },
              "deletedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "providerIdentity": {
            "name": "<string>",
            "shortDescription": "<string>",
            "longDescription": "<string>",
            "systemIntegrationIdentifier": "<string>",
            "systemIntegrationProvider": "<string>",
            "customAuthParameters": {},
            "category": "<string>",
            "icon": "<string>",
            "syncModels": {},
            "isPublished": true,
            "attributes": {},
            "status": "<string>",
            "authType": "<string>",
            "integrationCategory": {
              "title": "<string>",
              "integrations": "<array>",
              "customIntegrations": [
                {
                  "authType": "basic",
                  "userId": "<string>",
                  "integrationCategoryId": "<string>",
                  "workspaceId": "<string>",
                  "provider": {
                    "id": "<string>",
                    "integrationId": "<string>",
                    "credentialId": "<string>"
                  },
                  "integrationCategory": "<unknown>",
                  "customIntegrationTools": "<array>",
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "name": "<string>",
                  "description": "<string>",
                  "grantType": "<string>",
                  "systemIntegrationIdentifier": "<string>",
                  "iconSrc": "<string>",
                  "privacyPolicyUrl": "<string>",
                  "authenticationMeta": {
                    "clientId": "<string>",
                    "clientSecret": "<string>",
                    "authorizationUrl": "<string>",
                    "accessTokenUrl": "<string>",
                    "refreshTokenUrl": "<string>",
                    "scopes": [
                      "<string>"
                    ],
                    "apiKeyType": "default",
                    "grantType": "client_credentials",
                    "parameter": "<string>",
                    "clientAuthentication": "headers",
                    "customOAuthUrl": "<string>"
                  },
                  "bypassSslVerification": true,
                  "customHeaders": [
                    {
                      "key": "<string>",
                      "value": "<string>"
                    }
                  ],
                  "deletedAt": "2023-11-07T05:31:56Z"
                }
              ],
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "deletedAt": "2023-11-07T05:31:56Z"
            },
            "provider": "<unknown>",
            "actions": "<array>",
            "toolsView": "<array>",
            "id": "<string>",
            "integrationCategoryId": "<string>"
          },
          "integrationIdentity": "<unknown>",
          "creator": {
            "name": "string",
            "email": "string",
            "cognitoUserId": "string",
            "role_name": "string",
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "avatarSrc": "string",
            "socialProvider": "string",
            "socialProviderId": "string",
            "emailVerified": true,
            "deletedAt": "2023-11-07T05:31:56Z"
          },
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "integrationId": "<string>",
          "agentToolConfigurations": "<array>",
          "deletedAt": "2023-11-07T05:31:56Z"
        },
        "providers": [
          {
            "userId": "<string>",
            "credentialId": "<string>",
            "connectionName": "<string>",
            "integration": "<string>",
            "status": "<string>",
            "isOAuth2": true,
            "provider": "custom",
            "workspace": "<string>",
            "tokenExpiresIn": 123,
            "credentials": {},
            "agentTrigger": [
              {
                "title": "<string>",
                "frequency": "<string>",
                "agentId": "<string>",
                "integrationProviderId": "<string>",
                "toBeExecutedAt": "<string>",
                "lastExecutedAt": "<string>",
                "prompt": "<string>",
                "timezone": "<string>",
                "isActive": true,
                "onlyOnce": true,
                "agent": {
                  "name": "Customer Support Agent",
                  "creatorId": "123e4567-e89b-12d3-a456-426614174001",
                  "type": "beam-os",
                  "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
                  "category": {
                    "title": "Customer Support",
                    "publish": true,
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "deletedAt": "2023-11-07T05:31:56Z"
                  },
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
                  "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
                  "defaultTaskId": "task_template_001",
                  "themeIconUrl": "https://example.com/icons/agent-icon.png",
                  "agentCategoryId": "cat_customer_service",
                  "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
                  "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
                  "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
                  "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
                  "skipAgentSetupSop": true,
                  "deletedAt": "2023-11-07T05:31:56Z"
                },
                "integrationProvider": "<unknown>",
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "integrationData": {
                  "name": "<string>",
                  "shortDescription": "<string>",
                  "longDescription": "<string>",
                  "systemIntegrationIdentifier": "<string>",
                  "systemIntegrationProvider": "<string>",
                  "customAuthParameters": {},
                  "category": "<string>",
                  "icon": "<string>",
                  "syncModels": {},
                  "isPublished": true,
                  "attributes": {},
                  "status": "<string>",
                  "authType": "<string>",
                  "integrationCategory": {
                    "title": "<string>",
                    "integrations": "<array>",
                    "customIntegrations": [
                      {
                        "authType": "basic",
                        "userId": "<string>",
                        "integrationCategoryId": "<string>",
                        "workspaceId": "<string>",
                        "provider": {
                          "id": "<string>",
                          "integrationId": "<string>",
                          "credentialId": "<string>"
                        },
                        "integrationCategory": "<unknown>",
                        "customIntegrationTools": "<array>",
                        "id": "<string>",
                        "createdAt": "2023-11-07T05:31:56Z",
                        "updatedAt": "2023-11-07T05:31:56Z",
                        "name": "<string>",
                        "description": "<string>",
                        "grantType": "<string>",
                        "systemIntegrationIdentifier": "<string>",
                        "iconSrc": "<string>",
                        "privacyPolicyUrl": "<string>",
                        "authenticationMeta": {
                          "clientId": "<string>",
                          "clientSecret": "<string>",
                          "authorizationUrl": "<string>",
                          "accessTokenUrl": "<string>",
                          "refreshTokenUrl": "<string>",
                          "scopes": [
                            "<string>"
                          ],
                          "apiKeyType": "default",
                          "grantType": "client_credentials",
                          "parameter": "<string>",
                          "clientAuthentication": "headers",
                          "customOAuthUrl": "<string>"
                        },
                        "bypassSslVerification": true,
                        "customHeaders": [
                          {
                            "key": "<string>",
                            "value": "<string>"
                          }
                        ],
                        "deletedAt": "2023-11-07T05:31:56Z"
                      }
                    ],
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "deletedAt": "2023-11-07T05:31:56Z"
                  },
                  "provider": "<unknown>",
                  "actions": "<array>",
                  "toolsView": "<array>",
                  "id": "<string>",
                  "integrationCategoryId": "<string>"
                },
                "userDefinedFrequency": "<string>",
                "userDefinedFrequencyValue": 123,
                "userDefinedFrequencyDateTime": "<string>",
                "configuration": {
                  "beamAction": "GmailFetchEmails",
                  "hasAttachment": true,
                  "shouldTriggerOnReply": true,
                  "integrationIdentifier": "github",
                  "name": "<string>",
                  "filters": [
                    {
                      "operator": "AND",
                      "conditions": [
                        {
                          "condition": "is",
                          "operator": "AND",
                          "property": "<string>",
                          "value": "<string>"
                        }
                      ]
                    }
                  ],
                  "globalFilters": [
                    {
                      "operator": "AND",
                      "conditions": [
                        {
                          "condition": "is",
                          "operator": "AND",
                          "property": "<string>",
                          "value": "<string>"
                        }
                      ]
                    }
                  ],
                  "beamActionTitle": "<string>",
                  "shouldTriggerOnReplyEmailConfig": {
                    "emails": [
                      "<string>"
                    ],
                    "condition": "is"
                  }
                },
                "deletedAt": "2023-11-07T05:31:56Z"
              }
            ],
            "providerIdentity": {
              "name": "<string>",
              "shortDescription": "<string>",
              "longDescription": "<string>",
              "systemIntegrationIdentifier": "<string>",
              "systemIntegrationProvider": "<string>",
              "customAuthParameters": {},
              "category": "<string>",
              "icon": "<string>",
              "syncModels": {},
              "isPublished": true,
              "attributes": {},
              "status": "<string>",
              "authType": "<string>",
              "integrationCategory": {
                "title": "<string>",
                "integrations": "<array>",
                "customIntegrations": [
                  {
                    "authType": "basic",
                    "userId": "<string>",
                    "integrationCategoryId": "<string>",
                    "workspaceId": "<string>",
                    "provider": {
                      "id": "<string>",
                      "integrationId": "<string>",
                      "credentialId": "<string>"
                    },
                    "integrationCategory": "<unknown>",
                    "customIntegrationTools": "<array>",
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "name": "<string>",
                    "description": "<string>",
                    "grantType": "<string>",
                    "systemIntegrationIdentifier": "<string>",
                    "iconSrc": "<string>",
                    "privacyPolicyUrl": "<string>",
                    "authenticationMeta": {
                      "clientId": "<string>",
                      "clientSecret": "<string>",
                      "authorizationUrl": "<string>",
                      "accessTokenUrl": "<string>",
                      "refreshTokenUrl": "<string>",
                      "scopes": [
                        "<string>"
                      ],
                      "apiKeyType": "default",
                      "grantType": "client_credentials",
                      "parameter": "<string>",
                      "clientAuthentication": "headers",
                      "customOAuthUrl": "<string>"
                    },
                    "bypassSslVerification": true,
                    "customHeaders": [
                      {
                        "key": "<string>",
                        "value": "<string>"
                      }
                    ],
                    "deletedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "deletedAt": "2023-11-07T05:31:56Z"
              },
              "provider": "<unknown>",
              "actions": "<array>",
              "toolsView": "<array>",
              "id": "<string>",
              "integrationCategoryId": "<string>"
            },
            "integrationIdentity": "<unknown>",
            "creator": {
              "name": "string",
              "email": "string",
              "cognitoUserId": "string",
              "role_name": "string",
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "avatarSrc": "string",
              "socialProvider": "string",
              "socialProviderId": "string",
              "emailVerified": true,
              "deletedAt": "2023-11-07T05:31:56Z"
            },
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "integrationId": "<string>",
            "agentToolConfigurations": "<array>",
            "deletedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "integrationCategory": {
          "title": "<string>",
          "integrations": "<array>",
          "customIntegrations": [
            {
              "authType": "basic",
              "userId": "<string>",
              "integrationCategoryId": "<string>",
              "workspaceId": "<string>",
              "provider": {
                "id": "<string>",
                "integrationId": "<string>",
                "credentialId": "<string>"
              },
              "integrationCategory": "<unknown>",
              "customIntegrationTools": "<array>",
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "name": "<string>",
              "description": "<string>",
              "grantType": "<string>",
              "systemIntegrationIdentifier": "<string>",
              "iconSrc": "<string>",
              "privacyPolicyUrl": "<string>",
              "authenticationMeta": {
                "clientId": "<string>",
                "clientSecret": "<string>",
                "authorizationUrl": "<string>",
                "accessTokenUrl": "<string>",
                "refreshTokenUrl": "<string>",
                "scopes": [
                  "<string>"
                ],
                "apiKeyType": "default",
                "grantType": "client_credentials",
                "parameter": "<string>",
                "clientAuthentication": "headers",
                "customOAuthUrl": "<string>"
              },
              "bypassSslVerification": true,
              "customHeaders": [
                {
                  "key": "<string>",
                  "value": "<string>"
                }
              ],
              "deletedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        },
        "actions": "<array>",
        "name": "<string>",
        "description": "<string>",
        "systemIntegrationIdentifier": "<string>",
        "integrationCategoryId": "<string>",
        "iconSrc": "<string>",
        "authType": "<string>",
        "userId": "<string>",
        "workspaceId": "<string>",
        "privacyPolicyUrl": "<string>",
        "shortDescription": "<string>",
        "longDescription": "<string>",
        "systemIntegrationProvider": "<string>",
        "customAuthParameters": {},
        "category": "<string>",
        "authenticationMeta": {
          "clientId": "<string>",
          "clientSecret": "<string>",
          "authorizationUrl": "<string>",
          "accessTokenUrl": "<string>",
          "refreshTokenUrl": "<string>",
          "scopes": [
            "<string>"
          ],
          "apiKeyType": "default",
          "grantType": "client_credentials",
          "parameter": "<string>",
          "clientAuthentication": "headers",
          "customOAuthUrl": "<string>"
        },
        "syncModels": {},
        "isPublished": true,
        "attributes": {},
        "status": "<string>",
        "customHeaders": {}
      },
      "toolConfiguration": "<unknown>"
    },
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "originalTool": {
      "toolFunctionName": "<string>",
      "toolName": "<string>",
      "iconSrc": "<string>",
      "type": "beam_tool",
      "integrationId": "<string>",
      "meta": {
        "tool_name": "<string>",
        "function_name": "<string>",
        "requires_consent": true,
        "requires_translation": true,
        "description": "<string>",
        "required_extracted_args": [
          "<string>"
        ],
        "content": "<string>",
        "prompt": "<string>",
        "type": "beam_tool",
        "isActive": true,
        "integration_provider_details": {
          "request": {
            "endpoint": "<string>",
            "method": "<string>",
            "query": [
              "<string>"
            ],
            "body": {},
            "bypassTLS": true
          },
          "response": {}
        },
        "agent_category": {
          "id": "<string>",
          "title": "<string>"
        },
        "payload": "<string>",
        "optional_extracted_args": [
          "<string>"
        ],
        "integrationIdentifier": "<string>",
        "categories": [
          "<string>"
        ],
        "icon_src": "<string>",
        "integration_provider_auth": "<string>",
        "integration_provider_executor": "<string>",
        "preferred_model": "<string>",
        "integration_id": "<string>",
        "apiKeyType": "<string>",
        "parameter": "<string>",
        "tool_category_id": "<string>",
        "agent_categories": [
          "<string>"
        ],
        "required_generated_args": [
          "<string>"
        ],
        "optional_generated_args": [
          "<string>"
        ],
        "is_memory_tool": true,
        "memory_lookup_instruction": "<string>",
        "workspace_id": "<string>"
      },
      "requiresConsent": true,
      "isBackgroundTool": true,
      "isActive": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "isVisibleOnUi": true,
      "outputId": "<string>",
      "prompt": "<string>",
      "output": {
        "id": "<string>",
        "name": "<string>",
        "image": "<string>",
        "tools": [
          {
            "toolFunctionName": "<string>",
            "toolName": "<string>",
            "iconSrc": "<string>",
            "type": "beam_tool",
            "integrationId": "<string>",
            "meta": {
              "tool_name": "<string>",
              "function_name": "<string>",
              "requires_consent": true,
              "requires_translation": true,
              "description": "<string>",
              "required_extracted_args": [
                "<string>"
              ],
              "content": "<string>",
              "prompt": "<string>",
              "type": "beam_tool",
              "isActive": true,
              "integration_provider_details": {
                "request": {
                  "endpoint": "<string>",
                  "method": "<string>",
                  "query": [
                    "<string>"
                  ],
                  "body": {},
                  "bypassTLS": true
                },
                "response": {}
              },
              "agent_category": {
                "id": "<string>",
                "title": "<string>"
              },
              "payload": "<string>",
              "optional_extracted_args": [
                "<string>"
              ],
              "integrationIdentifier": "<string>",
              "categories": [
                "<string>"
              ],
              "icon_src": "<string>",
              "integration_provider_auth": "<string>",
              "integration_provider_executor": "<string>",
              "preferred_model": "<string>",
              "integration_id": "<string>",
              "apiKeyType": "<string>",
              "parameter": "<string>",
              "tool_category_id": "<string>",
              "agent_categories": [
                "<string>"
              ],
              "required_generated_args": [
                "<string>"
              ],
              "optional_generated_args": [
                "<string>"
              ],
              "is_memory_tool": true,
              "memory_lookup_instruction": "<string>",
              "workspace_id": "<string>"
            },
            "requiresConsent": true,
            "isBackgroundTool": true,
            "isActive": true,
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "id": "<string>",
            "isVisibleOnUi": true,
            "outputId": "<string>",
            "prompt": "<string>",
            "output": "<unknown>",
            "inputParams": [
              {
                "paramName": "<string>",
                "fillType": "ai_fill",
                "position": 123,
                "question": "<string>",
                "linkParams": {
                  "toolId": "<string>",
                  "toolFunctionName": "<string>",
                  "outputParam": "<string>",
                  "outputId": "<string>"
                },
                "linkParamOutputId": "<string>",
                "paramDescription": "<string>",
                "staticValue": "<string>",
                "required": true,
                "dataType": "string",
                "isArray": false,
                "typeOptions": {},
                "outputExample": "<string>",
                "reloadProps": true,
                "options": [
                  {
                    "label": "<string>",
                    "value": "<string>"
                  }
                ]
              }
            ],
            "isMemoryTool": true,
            "embedding": "<string>",
            "memoryLookupInstruction": "<string>",
            "outputParams": [
              {
                "position": 123,
                "paramName": "<string>",
                "paramDescription": "<string>",
                "id": "<string>",
                "agentToolConfigurationId": "<string>",
                "dataType": "string",
                "isArray": true,
                "typeOptions": {},
                "parentId": "<string>",
                "paramPath": "<string>",
                "outputExample": "<string>"
              }
            ],
            "isBatchExecutionEnabled": true,
            "isCodeExecutionEnabled": true,
            "description": "<string>",
            "workspaceId": "<string>",
            "userId": "<string>",
            "agentId": "<string>",
            "httpMethod": "post",
            "url": "<string>",
            "isAvailableToWorkspace": true,
            "preferredModel": "<string>",
            "shortDescription": "<string>",
            "isSharable": true,
            "systemIntegrationIdentifier": "<string>",
            "apiKeyType": "<string>",
            "parameter": "<string>",
            "queryParams": [
              {
                "key": "<string>",
                "parameterHint": "<string>",
                "required": true,
                "type": "<string>"
              }
            ],
            "bodyParams": [
              {
                "key": "<string>",
                "parameterHint": "<string>",
                "type": "<string>",
                "required": true
              }
            ],
            "urlParams": [
              {
                "key": "<string>",
                "parameterHint": "<string>",
                "required": true,
                "type": "<string>"
              }
            ],
            "deletedAt": "2023-11-07T05:31:56Z",
            "toolConfigurations": "<array>",
            "questions": [
              {
                "id": "<string>",
                "question": "<string>",
                "keywordInPrompt": "<string>",
                "tools": "<array>"
              }
            ],
            "integration": {
              "id": "<string>",
              "type": "integration",
              "provider": {
                "userId": "<string>",
                "credentialId": "<string>",
                "connectionName": "<string>",
                "integration": "<string>",
                "status": "<string>",
                "isOAuth2": true,
                "provider": "custom",
                "workspace": "<string>",
                "tokenExpiresIn": 123,
                "credentials": {},
                "agentTrigger": [
                  {
                    "title": "<string>",
                    "frequency": "<string>",
                    "agentId": "<string>",
                    "integrationProviderId": "<string>",
                    "toBeExecutedAt": "<string>",
                    "lastExecutedAt": "<string>",
                    "prompt": "<string>",
                    "timezone": "<string>",
                    "isActive": true,
                    "onlyOnce": true,
                    "agent": {
                      "name": "Customer Support Agent",
                      "creatorId": "123e4567-e89b-12d3-a456-426614174001",
                      "type": "beam-os",
                      "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
                      "category": {
                        "title": "Customer Support",
                        "publish": true,
                        "id": "<string>",
                        "createdAt": "2023-11-07T05:31:56Z",
                        "updatedAt": "2023-11-07T05:31:56Z",
                        "deletedAt": "2023-11-07T05:31:56Z"
                      },
                      "id": "<string>",
                      "createdAt": "2023-11-07T05:31:56Z",
                      "updatedAt": "2023-11-07T05:31:56Z",
                      "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
                      "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
                      "defaultTaskId": "task_template_001",
                      "themeIconUrl": "https://example.com/icons/agent-icon.png",
                      "agentCategoryId": "cat_customer_service",
                      "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
                      "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
                      "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
                      "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
                      "skipAgentSetupSop": true,
                      "deletedAt": "2023-11-07T05:31:56Z"
                    },
                    "integrationProvider": "<unknown>",
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "integrationData": {
                      "name": "<string>",
                      "shortDescription": "<string>",
                      "longDescription": "<string>",
                      "systemIntegrationIdentifier": "<string>",
                      "systemIntegrationProvider": "<string>",
                      "customAuthParameters": {},
                      "category": "<string>",
                      "icon": "<string>",
                      "syncModels": {},
                      "isPublished": true,
                      "attributes": {},
                      "status": "<string>",
                      "authType": "<string>",
                      "integrationCategory": {
                        "title": "<string>",
                        "integrations": "<array>",
                        "customIntegrations": [
                          {
                            "authType": "basic",
                            "userId": "<string>",
                            "integrationCategoryId": "<string>",
                            "workspaceId": "<string>",
                            "provider": {
                              "id": "<string>",
                              "integrationId": "<string>",
                              "credentialId": "<string>"
                            },
                            "integrationCategory": "<unknown>",
                            "customIntegrationTools": "<array>",
                            "id": "<string>",
                            "createdAt": "2023-11-07T05:31:56Z",
                            "updatedAt": "2023-11-07T05:31:56Z",
                            "name": "<string>",
                            "description": "<string>",
                            "grantType": "<string>",
                            "systemIntegrationIdentifier": "<string>",
                            "iconSrc": "<string>",
                            "privacyPolicyUrl": "<string>",
                            "authenticationMeta": {
                              "clientId": "<string>",
                              "clientSecret": "<string>",
                              "authorizationUrl": "<string>",
                              "accessTokenUrl": "<string>",
                              "refreshTokenUrl": "<string>",
                              "scopes": [
                                "<string>"
                              ],
                              "apiKeyType": "default",
                              "grantType": "client_credentials",
                              "parameter": "<string>",
                              "clientAuthentication": "headers",
                              "customOAuthUrl": "<string>"
                            },
                            "bypassSslVerification": true,
                            "customHeaders": [
                              {
                                "key": "<string>",
                                "value": "<string>"
                              }
                            ],
                            "deletedAt": "2023-11-07T05:31:56Z"
                          }
                        ],
                        "id": "<string>",
                        "createdAt": "2023-11-07T05:31:56Z",
                        "updatedAt": "2023-11-07T05:31:56Z",
                        "deletedAt": "2023-11-07T05:31:56Z"
                      },
                      "provider": "<unknown>",
                      "actions": "<array>",
                      "toolsView": "<array>",
                      "id": "<string>",
                      "integrationCategoryId": "<string>"
                    },
                    "userDefinedFrequency": "<string>",
                    "userDefinedFrequencyValue": 123,
                    "userDefinedFrequencyDateTime": "<string>",
                    "configuration": {
                      "beamAction": "GmailFetchEmails",
                      "hasAttachment": true,
                      "shouldTriggerOnReply": true,
                      "integrationIdentifier": "github",
                      "name": "<string>",
                      "filters": [
                        {
                          "operator": "AND",
                          "conditions": [
                            {
                              "condition": "is",
                              "operator": "AND",
                              "property": "<string>",
                              "value": "<string>"
                            }
                          ]
                        }
                      ],
                      "globalFilters": [
                        {
                          "operator": "AND",
                          "conditions": [
                            {
                              "condition": "is",
                              "operator": "AND",
                              "property": "<string>",
                              "value": "<string>"
                            }
                          ]
                        }
                      ],
                      "beamActionTitle": "<string>",
                      "shouldTriggerOnReplyEmailConfig": {
                        "emails": [
                          "<string>"
                        ],
                        "condition": "is"
                      }
                    },
                    "deletedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "providerIdentity": {
                  "name": "<string>",
                  "shortDescription": "<string>",
                  "longDescription": "<string>",
                  "systemIntegrationIdentifier": "<string>",
                  "systemIntegrationProvider": "<string>",
                  "customAuthParameters": {},
                  "category": "<string>",
                  "icon": "<string>",
                  "syncModels": {},
                  "isPublished": true,
                  "attributes": {},
                  "status": "<string>",
                  "authType": "<string>",
                  "integrationCategory": {
                    "title": "<string>",
                    "integrations": "<array>",
                    "customIntegrations": [
                      {
                        "authType": "basic",
                        "userId": "<string>",
                        "integrationCategoryId": "<string>",
                        "workspaceId": "<string>",
                        "provider": {
                          "id": "<string>",
                          "integrationId": "<string>",
                          "credentialId": "<string>"
                        },
                        "integrationCategory": "<unknown>",
                        "customIntegrationTools": "<array>",
                        "id": "<string>",
                        "createdAt": "2023-11-07T05:31:56Z",
                        "updatedAt": "2023-11-07T05:31:56Z",
                        "name": "<string>",
                        "description": "<string>",
                        "grantType": "<string>",
                        "systemIntegrationIdentifier": "<string>",
                        "iconSrc": "<string>",
                        "privacyPolicyUrl": "<string>",
                        "authenticationMeta": {
                          "clientId": "<string>",
                          "clientSecret": "<string>",
                          "authorizationUrl": "<string>",
                          "accessTokenUrl": "<string>",
                          "refreshTokenUrl": "<string>",
                          "scopes": [
                            "<string>"
                          ],
                          "apiKeyType": "default",
                          "grantType": "client_credentials",
                          "parameter": "<string>",
                          "clientAuthentication": "headers",
                          "customOAuthUrl": "<string>"
                        },
                        "bypassSslVerification": true,
                        "customHeaders": [
                          {
                            "key": "<string>",
                            "value": "<string>"
                          }
                        ],
                        "deletedAt": "2023-11-07T05:31:56Z"
                      }
                    ],
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "deletedAt": "2023-11-07T05:31:56Z"
                  },
                  "provider": "<unknown>",
                  "actions": "<array>",
                  "toolsView": "<array>",
                  "id": "<string>",
                  "integrationCategoryId": "<string>"
                },
                "integrationIdentity": "<unknown>",
                "creator": {
                  "name": "string",
                  "email": "string",
                  "cognitoUserId": "string",
                  "role_name": "string",
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "avatarSrc": "string",
                  "socialProvider": "string",
                  "socialProviderId": "string",
                  "emailVerified": true,
                  "deletedAt": "2023-11-07T05:31:56Z"
                },
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "integrationId": "<string>",
                "agentToolConfigurations": "<array>",
                "deletedAt": "2023-11-07T05:31:56Z"
              },
              "providers": [
                {
                  "userId": "<string>",
                  "credentialId": "<string>",
                  "connectionName": "<string>",
                  "integration": "<string>",
                  "status": "<string>",
                  "isOAuth2": true,
                  "provider": "custom",
                  "workspace": "<string>",
                  "tokenExpiresIn": 123,
                  "credentials": {},
                  "agentTrigger": [
                    {
                      "title": "<string>",
                      "frequency": "<string>",
                      "agentId": "<string>",
                      "integrationProviderId": "<string>",
                      "toBeExecutedAt": "<string>",
                      "lastExecutedAt": "<string>",
                      "prompt": "<string>",
                      "timezone": "<string>",
                      "isActive": true,
                      "onlyOnce": true,
                      "agent": {
                        "name": "Customer Support Agent",
                        "creatorId": "123e4567-e89b-12d3-a456-426614174001",
                        "type": "beam-os",
                        "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
                        "category": {
                          "title": "Customer Support",
                          "publish": true,
                          "id": "<string>",
                          "createdAt": "2023-11-07T05:31:56Z",
                          "updatedAt": "2023-11-07T05:31:56Z",
                          "deletedAt": "2023-11-07T05:31:56Z"
                        },
                        "id": "<string>",
                        "createdAt": "2023-11-07T05:31:56Z",
                        "updatedAt": "2023-11-07T05:31:56Z",
                        "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
                        "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
                        "defaultTaskId": "task_template_001",
                        "themeIconUrl": "https://example.com/icons/agent-icon.png",
                        "agentCategoryId": "cat_customer_service",
                        "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
                        "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
                        "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
                        "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
                        "skipAgentSetupSop": true,
                        "deletedAt": "2023-11-07T05:31:56Z"
                      },
                      "integrationProvider": "<unknown>",
                      "id": "<string>",
                      "createdAt": "2023-11-07T05:31:56Z",
                      "updatedAt": "2023-11-07T05:31:56Z",
                      "integrationData": {
                        "name": "<string>",
                        "shortDescription": "<string>",
                        "longDescription": "<string>",
                        "systemIntegrationIdentifier": "<string>",
                        "systemIntegrationProvider": "<string>",
                        "customAuthParameters": {},
                        "category": "<string>",
                        "icon": "<string>",
                        "syncModels": {},
                        "isPublished": true,
                        "attributes": {},
                        "status": "<string>",
                        "authType": "<string>",
                        "integrationCategory": {
                          "title": "<string>",
                          "integrations": "<array>",
                          "customIntegrations": [
                            {
                              "authType": "basic",
                              "userId": "<string>",
                              "integrationCategoryId": "<string>",
                              "workspaceId": "<string>",
                              "provider": {
                                "id": "<string>",
                                "integrationId": "<string>",
                                "credentialId": "<string>"
                              },
                              "integrationCategory": "<unknown>",
                              "customIntegrationTools": "<array>",
                              "id": "<string>",
                              "createdAt": "2023-11-07T05:31:56Z",
                              "updatedAt": "2023-11-07T05:31:56Z",
                              "name": "<string>",
                              "description": "<string>",
                              "grantType": "<string>",
                              "systemIntegrationIdentifier": "<string>",
                              "iconSrc": "<string>",
                              "privacyPolicyUrl": "<string>",
                              "authenticationMeta": {
                                "clientId": "<string>",
                                "clientSecret": "<string>",
                                "authorizationUrl": "<string>",
                                "accessTokenUrl": "<string>",
                                "refreshTokenUrl": "<string>",
                                "scopes": [
                                  "<string>"
                                ],
                                "apiKeyType": "default",
                                "grantType": "client_credentials",
                                "parameter": "<string>",
                                "clientAuthentication": "headers",
                                "customOAuthUrl": "<string>"
                              },
                              "bypassSslVerification": true,
                              "customHeaders": [
                                {
                                  "key": "<string>",
                                  "value": "<string>"
                                }
                              ],
                              "deletedAt": "2023-11-07T05:31:56Z"
                            }
                          ],
                          "id": "<string>",
                          "createdAt": "2023-11-07T05:31:56Z",
                          "updatedAt": "2023-11-07T05:31:56Z",
                          "deletedAt": "2023-11-07T05:31:56Z"
                        },
                        "provider": "<unknown>",
                        "actions": "<array>",
                        "toolsView": "<array>",
                        "id": "<string>",
                        "integrationCategoryId": "<string>"
                      },
                      "userDefinedFrequency": "<string>",
                      "userDefinedFrequencyValue": 123,
                      "userDefinedFrequencyDateTime": "<string>",
                      "configuration": {
                        "beamAction": "GmailFetchEmails",
                        "hasAttachment": true,
                        "shouldTriggerOnReply": true,
                        "integrationIdentifier": "github",
                        "name": "<string>",
                        "filters": [
                          {
                            "operator": "AND",
                            "conditions": [
                              {
                                "condition": "is",
                                "operator": "AND",
                                "property": "<string>",
                                "value": "<string>"
                              }
                            ]
                          }
                        ],
                        "globalFilters": [
                          {
                            "operator": "AND",
                            "conditions": [
                              {
                                "condition": "is",
                                "operator": "AND",
                                "property": "<string>",
                                "value": "<string>"
                              }
                            ]
                          }
                        ],
                        "beamActionTitle": "<string>",
                        "shouldTriggerOnReplyEmailConfig": {
                          "emails": [
                            "<string>"
                          ],
                          "condition": "is"
                        }
                      },
                      "deletedAt": "2023-11-07T05:31:56Z"
                    }
                  ],
                  "providerIdentity": {
                    "name": "<string>",
                    "shortDescription": "<string>",
                    "longDescription": "<string>",
                    "systemIntegrationIdentifier": "<string>",
                    "systemIntegrationProvider": "<string>",
                    "customAuthParameters": {},
                    "category": "<string>",
                    "icon": "<string>",
                    "syncModels": {},
                    "isPublished": true,
                    "attributes": {},
                    "status": "<string>",
                    "authType": "<string>",
                    "integrationCategory": {
                      "title": "<string>",
                      "integrations": "<array>",
                      "customIntegrations": [
                        {
                          "authType": "basic",
                          "userId": "<string>",
                          "integrationCategoryId": "<string>",
                          "workspaceId": "<string>",
                          "provider": {
                            "id": "<string>",
                            "integrationId": "<string>",
                            "credentialId": "<string>"
                          },
                          "integrationCategory": "<unknown>",
                          "customIntegrationTools": "<array>",
                          "id": "<string>",
                          "createdAt": "2023-11-07T05:31:56Z",
                          "updatedAt": "2023-11-07T05:31:56Z",
                          "name": "<string>",
                          "description": "<string>",
                          "grantType": "<string>",
                          "systemIntegrationIdentifier": "<string>",
                          "iconSrc": "<string>",
                          "privacyPolicyUrl": "<string>",
                          "authenticationMeta": {
                            "clientId": "<string>",
                            "clientSecret": "<string>",
                            "authorizationUrl": "<string>",
                            "accessTokenUrl": "<string>",
                            "refreshTokenUrl": "<string>",
                            "scopes": [
                              "<string>"
                            ],
                            "apiKeyType": "default",
                            "grantType": "client_credentials",
                            "parameter": "<string>",
                            "clientAuthentication": "headers",
                            "customOAuthUrl": "<string>"
                          },
                          "bypassSslVerification": true,
                          "customHeaders": [
                            {
                              "key": "<string>",
                              "value": "<string>"
                            }
                          ],
                          "deletedAt": "2023-11-07T05:31:56Z"
                        }
                      ],
                      "id": "<string>",
                      "createdAt": "2023-11-07T05:31:56Z",
                      "updatedAt": "2023-11-07T05:31:56Z",
                      "deletedAt": "2023-11-07T05:31:56Z"
                    },
                    "provider": "<unknown>",
                    "actions": "<array>",
                    "toolsView": "<array>",
                    "id": "<string>",
                    "integrationCategoryId": "<string>"
                  },
                  "integrationIdentity": "<unknown>",
                  "creator": {
                    "name": "string",
                    "email": "string",
                    "cognitoUserId": "string",
                    "role_name": "string",
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "avatarSrc": "string",
                    "socialProvider": "string",
                    "socialProviderId": "string",
                    "emailVerified": true,
                    "deletedAt": "2023-11-07T05:31:56Z"
                  },
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "integrationId": "<string>",
                  "agentToolConfigurations": "<array>",
                  "deletedAt": "2023-11-07T05:31:56Z"
                }
              ],
              "integrationCategory": {
                "title": "<string>",
                "integrations": "<array>",
                "customIntegrations": [
                  {
                    "authType": "basic",
                    "userId": "<string>",
                    "integrationCategoryId": "<string>",
                    "workspaceId": "<string>",
                    "provider": {
                      "id": "<string>",
                      "integrationId": "<string>",
                      "credentialId": "<string>"
                    },
                    "integrationCategory": "<unknown>",
                    "customIntegrationTools": "<array>",
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "name": "<string>",
                    "description": "<string>",
                    "grantType": "<string>",
                    "systemIntegrationIdentifier": "<string>",
                    "iconSrc": "<string>",
                    "privacyPolicyUrl": "<string>",
                    "authenticationMeta": {
                      "clientId": "<string>",
                      "clientSecret": "<string>",
                      "authorizationUrl": "<string>",
                      "accessTokenUrl": "<string>",
                      "refreshTokenUrl": "<string>",
                      "scopes": [
                        "<string>"
                      ],
                      "apiKeyType": "default",
                      "grantType": "client_credentials",
                      "parameter": "<string>",
                      "clientAuthentication": "headers",
                      "customOAuthUrl": "<string>"
                    },
                    "bypassSslVerification": true,
                    "customHeaders": [
                      {
                        "key": "<string>",
                        "value": "<string>"
                      }
                    ],
                    "deletedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "deletedAt": "2023-11-07T05:31:56Z"
              },
              "actions": "<array>",
              "name": "<string>",
              "description": "<string>",
              "systemIntegrationIdentifier": "<string>",
              "integrationCategoryId": "<string>",
              "iconSrc": "<string>",
              "authType": "<string>",
              "userId": "<string>",
              "workspaceId": "<string>",
              "privacyPolicyUrl": "<string>",
              "shortDescription": "<string>",
              "longDescription": "<string>",
              "systemIntegrationProvider": "<string>",
              "customAuthParameters": {},
              "category": "<string>",
              "authenticationMeta": {
                "clientId": "<string>",
                "clientSecret": "<string>",
                "authorizationUrl": "<string>",
                "accessTokenUrl": "<string>",
                "refreshTokenUrl": "<string>",
                "scopes": [
                  "<string>"
                ],
                "apiKeyType": "default",
                "grantType": "client_credentials",
                "parameter": "<string>",
                "clientAuthentication": "headers",
                "customOAuthUrl": "<string>"
              },
              "syncModels": {},
              "isPublished": true,
              "attributes": {},
              "status": "<string>",
              "customHeaders": {}
            },
            "toolConfiguration": "<unknown>"
          }
        ]
      },
      "inputParams": [
        {
          "paramName": "<string>",
          "fillType": "ai_fill",
          "position": 123,
          "question": "<string>",
          "linkParams": {
            "toolId": "<string>",
            "toolFunctionName": "<string>",
            "outputParam": "<string>",
            "outputId": "<string>"
          },
          "linkParamOutputId": "<string>",
          "paramDescription": "<string>",
          "staticValue": "<string>",
          "required": true,
          "dataType": "string",
          "isArray": false,
          "typeOptions": {},
          "outputExample": "<string>",
          "reloadProps": true,
          "options": [
            {
              "label": "<string>",
              "value": "<string>"
            }
          ]
        }
      ],
      "isMemoryTool": true,
      "embedding": "<string>",
      "memoryLookupInstruction": "<string>",
      "outputParams": [
        {
          "position": 123,
          "paramName": "<string>",
          "paramDescription": "<string>",
          "id": "<string>",
          "agentToolConfigurationId": "<string>",
          "dataType": "string",
          "isArray": true,
          "typeOptions": {},
          "parentId": "<string>",
          "paramPath": "<string>",
          "outputExample": "<string>"
        }
      ],
      "isBatchExecutionEnabled": true,
      "isCodeExecutionEnabled": true,
      "description": "<string>",
      "workspaceId": "<string>",
      "userId": "<string>",
      "agentId": "<string>",
      "httpMethod": "post",
      "url": "<string>",
      "isAvailableToWorkspace": true,
      "preferredModel": "<string>",
      "shortDescription": "<string>",
      "isSharable": true,
      "systemIntegrationIdentifier": "<string>",
      "apiKeyType": "<string>",
      "parameter": "<string>",
      "queryParams": [
        {
          "key": "<string>",
          "parameterHint": "<string>",
          "required": true,
          "type": "<string>"
        }
      ],
      "bodyParams": [
        {
          "key": "<string>",
          "parameterHint": "<string>",
          "type": "<string>",
          "required": true
        }
      ],
      "urlParams": [
        {
          "key": "<string>",
          "parameterHint": "<string>",
          "required": true,
          "type": "<string>"
        }
      ],
      "deletedAt": "2023-11-07T05:31:56Z",
      "toolConfigurations": "<array>",
      "questions": [
        {
          "id": "<string>",
          "question": "<string>",
          "keywordInPrompt": "<string>",
          "tools": "<array>"
        }
      ],
      "integration": {
        "id": "<string>",
        "type": "integration",
        "provider": {
          "userId": "<string>",
          "credentialId": "<string>",
          "connectionName": "<string>",
          "integration": "<string>",
          "status": "<string>",
          "isOAuth2": true,
          "provider": "custom",
          "workspace": "<string>",
          "tokenExpiresIn": 123,
          "credentials": {},
          "agentTrigger": [
            {
              "title": "<string>",
              "frequency": "<string>",
              "agentId": "<string>",
              "integrationProviderId": "<string>",
              "toBeExecutedAt": "<string>",
              "lastExecutedAt": "<string>",
              "prompt": "<string>",
              "timezone": "<string>",
              "isActive": true,
              "onlyOnce": true,
              "agent": {
                "name": "Customer Support Agent",
                "creatorId": "123e4567-e89b-12d3-a456-426614174001",
                "type": "beam-os",
                "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
                "category": {
                  "title": "Customer Support",
                  "publish": true,
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "deletedAt": "2023-11-07T05:31:56Z"
                },
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
                "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
                "defaultTaskId": "task_template_001",
                "themeIconUrl": "https://example.com/icons/agent-icon.png",
                "agentCategoryId": "cat_customer_service",
                "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
                "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
                "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
                "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
                "skipAgentSetupSop": true,
                "deletedAt": "2023-11-07T05:31:56Z"
              },
              "integrationProvider": "<unknown>",
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "integrationData": {
                "name": "<string>",
                "shortDescription": "<string>",
                "longDescription": "<string>",
                "systemIntegrationIdentifier": "<string>",
                "systemIntegrationProvider": "<string>",
                "customAuthParameters": {},
                "category": "<string>",
                "icon": "<string>",
                "syncModels": {},
                "isPublished": true,
                "attributes": {},
                "status": "<string>",
                "authType": "<string>",
                "integrationCategory": {
                  "title": "<string>",
                  "integrations": "<array>",
                  "customIntegrations": [
                    {
                      "authType": "basic",
                      "userId": "<string>",
                      "integrationCategoryId": "<string>",
                      "workspaceId": "<string>",
                      "provider": {
                        "id": "<string>",
                        "integrationId": "<string>",
                        "credentialId": "<string>"
                      },
                      "integrationCategory": "<unknown>",
                      "customIntegrationTools": "<array>",
                      "id": "<string>",
                      "createdAt": "2023-11-07T05:31:56Z",
                      "updatedAt": "2023-11-07T05:31:56Z",
                      "name": "<string>",
                      "description": "<string>",
                      "grantType": "<string>",
                      "systemIntegrationIdentifier": "<string>",
                      "iconSrc": "<string>",
                      "privacyPolicyUrl": "<string>",
                      "authenticationMeta": {
                        "clientId": "<string>",
                        "clientSecret": "<string>",
                        "authorizationUrl": "<string>",
                        "accessTokenUrl": "<string>",
                        "refreshTokenUrl": "<string>",
                        "scopes": [
                          "<string>"
                        ],
                        "apiKeyType": "default",
                        "grantType": "client_credentials",
                        "parameter": "<string>",
                        "clientAuthentication": "headers",
                        "customOAuthUrl": "<string>"
                      },
                      "bypassSslVerification": true,
                      "customHeaders": [
                        {
                          "key": "<string>",
                          "value": "<string>"
                        }
                      ],
                      "deletedAt": "2023-11-07T05:31:56Z"
                    }
                  ],
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "deletedAt": "2023-11-07T05:31:56Z"
                },
                "provider": "<unknown>",
                "actions": "<array>",
                "toolsView": "<array>",
                "id": "<string>",
                "integrationCategoryId": "<string>"
              },
              "userDefinedFrequency": "<string>",
              "userDefinedFrequencyValue": 123,
              "userDefinedFrequencyDateTime": "<string>",
              "configuration": {
                "beamAction": "GmailFetchEmails",
                "hasAttachment": true,
                "shouldTriggerOnReply": true,
                "integrationIdentifier": "github",
                "name": "<string>",
                "filters": [
                  {
                    "operator": "AND",
                    "conditions": [
                      {
                        "condition": "is",
                        "operator": "AND",
                        "property": "<string>",
                        "value": "<string>"
                      }
                    ]
                  }
                ],
                "globalFilters": [
                  {
                    "operator": "AND",
                    "conditions": [
                      {
                        "condition": "is",
                        "operator": "AND",
                        "property": "<string>",
                        "value": "<string>"
                      }
                    ]
                  }
                ],
                "beamActionTitle": "<string>",
                "shouldTriggerOnReplyEmailConfig": {
                  "emails": [
                    "<string>"
                  ],
                  "condition": "is"
                }
              },
              "deletedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "providerIdentity": {
            "name": "<string>",
            "shortDescription": "<string>",
            "longDescription": "<string>",
            "systemIntegrationIdentifier": "<string>",
            "systemIntegrationProvider": "<string>",
            "customAuthParameters": {},
            "category": "<string>",
            "icon": "<string>",
            "syncModels": {},
            "isPublished": true,
            "attributes": {},
            "status": "<string>",
            "authType": "<string>",
            "integrationCategory": {
              "title": "<string>",
              "integrations": "<array>",
              "customIntegrations": [
                {
                  "authType": "basic",
                  "userId": "<string>",
                  "integrationCategoryId": "<string>",
                  "workspaceId": "<string>",
                  "provider": {
                    "id": "<string>",
                    "integrationId": "<string>",
                    "credentialId": "<string>"
                  },
                  "integrationCategory": "<unknown>",
                  "customIntegrationTools": "<array>",
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "name": "<string>",
                  "description": "<string>",
                  "grantType": "<string>",
                  "systemIntegrationIdentifier": "<string>",
                  "iconSrc": "<string>",
                  "privacyPolicyUrl": "<string>",
                  "authenticationMeta": {
                    "clientId": "<string>",
                    "clientSecret": "<string>",
                    "authorizationUrl": "<string>",
                    "accessTokenUrl": "<string>",
                    "refreshTokenUrl": "<string>",
                    "scopes": [
                      "<string>"
                    ],
                    "apiKeyType": "default",
                    "grantType": "client_credentials",
                    "parameter": "<string>",
                    "clientAuthentication": "headers",
                    "customOAuthUrl": "<string>"
                  },
                  "bypassSslVerification": true,
                  "customHeaders": [
                    {
                      "key": "<string>",
                      "value": "<string>"
                    }
                  ],
                  "deletedAt": "2023-11-07T05:31:56Z"
                }
              ],
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "deletedAt": "2023-11-07T05:31:56Z"
            },
            "provider": "<unknown>",
            "actions": "<array>",
            "toolsView": "<array>",
            "id": "<string>",
            "integrationCategoryId": "<string>"
          },
          "integrationIdentity": "<unknown>",
          "creator": {
            "name": "string",
            "email": "string",
            "cognitoUserId": "string",
            "role_name": "string",
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "avatarSrc": "string",
            "socialProvider": "string",
            "socialProviderId": "string",
            "emailVerified": true,
            "deletedAt": "2023-11-07T05:31:56Z"
          },
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "integrationId": "<string>",
          "agentToolConfigurations": "<array>",
          "deletedAt": "2023-11-07T05:31:56Z"
        },
        "providers": [
          {
            "userId": "<string>",
            "credentialId": "<string>",
            "connectionName": "<string>",
            "integration": "<string>",
            "status": "<string>",
            "isOAuth2": true,
            "provider": "custom",
            "workspace": "<string>",
            "tokenExpiresIn": 123,
            "credentials": {},
            "agentTrigger": [
              {
                "title": "<string>",
                "frequency": "<string>",
                "agentId": "<string>",
                "integrationProviderId": "<string>",
                "toBeExecutedAt": "<string>",
                "lastExecutedAt": "<string>",
                "prompt": "<string>",
                "timezone": "<string>",
                "isActive": true,
                "onlyOnce": true,
                "agent": {
                  "name": "Customer Support Agent",
                  "creatorId": "123e4567-e89b-12d3-a456-426614174001",
                  "type": "beam-os",
                  "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
                  "category": {
                    "title": "Customer Support",
                    "publish": true,
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "deletedAt": "2023-11-07T05:31:56Z"
                  },
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
                  "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
                  "defaultTaskId": "task_template_001",
                  "themeIconUrl": "https://example.com/icons/agent-icon.png",
                  "agentCategoryId": "cat_customer_service",
                  "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
                  "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
                  "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
                  "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
                  "skipAgentSetupSop": true,
                  "deletedAt": "2023-11-07T05:31:56Z"
                },
                "integrationProvider": "<unknown>",
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "integrationData": {
                  "name": "<string>",
                  "shortDescription": "<string>",
                  "longDescription": "<string>",
                  "systemIntegrationIdentifier": "<string>",
                  "systemIntegrationProvider": "<string>",
                  "customAuthParameters": {},
                  "category": "<string>",
                  "icon": "<string>",
                  "syncModels": {},
                  "isPublished": true,
                  "attributes": {},
                  "status": "<string>",
                  "authType": "<string>",
                  "integrationCategory": {
                    "title": "<string>",
                    "integrations": "<array>",
                    "customIntegrations": [
                      {
                        "authType": "basic",
                        "userId": "<string>",
                        "integrationCategoryId": "<string>",
                        "workspaceId": "<string>",
                        "provider": {
                          "id": "<string>",
                          "integrationId": "<string>",
                          "credentialId": "<string>"
                        },
                        "integrationCategory": "<unknown>",
                        "customIntegrationTools": "<array>",
                        "id": "<string>",
                        "createdAt": "2023-11-07T05:31:56Z",
                        "updatedAt": "2023-11-07T05:31:56Z",
                        "name": "<string>",
                        "description": "<string>",
                        "grantType": "<string>",
                        "systemIntegrationIdentifier": "<string>",
                        "iconSrc": "<string>",
                        "privacyPolicyUrl": "<string>",
                        "authenticationMeta": {
                          "clientId": "<string>",
                          "clientSecret": "<string>",
                          "authorizationUrl": "<string>",
                          "accessTokenUrl": "<string>",
                          "refreshTokenUrl": "<string>",
                          "scopes": [
                            "<string>"
                          ],
                          "apiKeyType": "default",
                          "grantType": "client_credentials",
                          "parameter": "<string>",
                          "clientAuthentication": "headers",
                          "customOAuthUrl": "<string>"
                        },
                        "bypassSslVerification": true,
                        "customHeaders": [
                          {
                            "key": "<string>",
                            "value": "<string>"
                          }
                        ],
                        "deletedAt": "2023-11-07T05:31:56Z"
                      }
                    ],
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "deletedAt": "2023-11-07T05:31:56Z"
                  },
                  "provider": "<unknown>",
                  "actions": "<array>",
                  "toolsView": "<array>",
                  "id": "<string>",
                  "integrationCategoryId": "<string>"
                },
                "userDefinedFrequency": "<string>",
                "userDefinedFrequencyValue": 123,
                "userDefinedFrequencyDateTime": "<string>",
                "configuration": {
                  "beamAction": "GmailFetchEmails",
                  "hasAttachment": true,
                  "shouldTriggerOnReply": true,
                  "integrationIdentifier": "github",
                  "name": "<string>",
                  "filters": [
                    {
                      "operator": "AND",
                      "conditions": [
                        {
                          "condition": "is",
                          "operator": "AND",
                          "property": "<string>",
                          "value": "<string>"
                        }
                      ]
                    }
                  ],
                  "globalFilters": [
                    {
                      "operator": "AND",
                      "conditions": [
                        {
                          "condition": "is",
                          "operator": "AND",
                          "property": "<string>",
                          "value": "<string>"
                        }
                      ]
                    }
                  ],
                  "beamActionTitle": "<string>",
                  "shouldTriggerOnReplyEmailConfig": {
                    "emails": [
                      "<string>"
                    ],
                    "condition": "is"
                  }
                },
                "deletedAt": "2023-11-07T05:31:56Z"
              }
            ],
            "providerIdentity": {
              "name": "<string>",
              "shortDescription": "<string>",
              "longDescription": "<string>",
              "systemIntegrationIdentifier": "<string>",
              "systemIntegrationProvider": "<string>",
              "customAuthParameters": {},
              "category": "<string>",
              "icon": "<string>",
              "syncModels": {},
              "isPublished": true,
              "attributes": {},
              "status": "<string>",
              "authType": "<string>",
              "integrationCategory": {
                "title": "<string>",
                "integrations": "<array>",
                "customIntegrations": [
                  {
                    "authType": "basic",
                    "userId": "<string>",
                    "integrationCategoryId": "<string>",
                    "workspaceId": "<string>",
                    "provider": {
                      "id": "<string>",
                      "integrationId": "<string>",
                      "credentialId": "<string>"
                    },
                    "integrationCategory": "<unknown>",
                    "customIntegrationTools": "<array>",
                    "id": "<string>",
                    "createdAt": "2023-11-07T05:31:56Z",
                    "updatedAt": "2023-11-07T05:31:56Z",
                    "name": "<string>",
                    "description": "<string>",
                    "grantType": "<string>",
                    "systemIntegrationIdentifier": "<string>",
                    "iconSrc": "<string>",
                    "privacyPolicyUrl": "<string>",
                    "authenticationMeta": {
                      "clientId": "<string>",
                      "clientSecret": "<string>",
                      "authorizationUrl": "<string>",
                      "accessTokenUrl": "<string>",
                      "refreshTokenUrl": "<string>",
                      "scopes": [
                        "<string>"
                      ],
                      "apiKeyType": "default",
                      "grantType": "client_credentials",
                      "parameter": "<string>",
                      "clientAuthentication": "headers",
                      "customOAuthUrl": "<string>"
                    },
                    "bypassSslVerification": true,
                    "customHeaders": [
                      {
                        "key": "<string>",
                        "value": "<string>"
                      }
                    ],
                    "deletedAt": "2023-11-07T05:31:56Z"
                  }
                ],
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "deletedAt": "2023-11-07T05:31:56Z"
              },
              "provider": "<unknown>",
              "actions": "<array>",
              "toolsView": "<array>",
              "id": "<string>",
              "integrationCategoryId": "<string>"
            },
            "integrationIdentity": "<unknown>",
            "creator": {
              "name": "string",
              "email": "string",
              "cognitoUserId": "string",
              "role_name": "string",
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "avatarSrc": "string",
              "socialProvider": "string",
              "socialProviderId": "string",
              "emailVerified": true,
              "deletedAt": "2023-11-07T05:31:56Z"
            },
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "integrationId": "<string>",
            "agentToolConfigurations": "<array>",
            "deletedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "integrationCategory": {
          "title": "<string>",
          "integrations": "<array>",
          "customIntegrations": [
            {
              "authType": "basic",
              "userId": "<string>",
              "integrationCategoryId": "<string>",
              "workspaceId": "<string>",
              "provider": {
                "id": "<string>",
                "integrationId": "<string>",
                "credentialId": "<string>"
              },
              "integrationCategory": "<unknown>",
              "customIntegrationTools": "<array>",
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "name": "<string>",
              "description": "<string>",
              "grantType": "<string>",
              "systemIntegrationIdentifier": "<string>",
              "iconSrc": "<string>",
              "privacyPolicyUrl": "<string>",
              "authenticationMeta": {
                "clientId": "<string>",
                "clientSecret": "<string>",
                "authorizationUrl": "<string>",
                "accessTokenUrl": "<string>",
                "refreshTokenUrl": "<string>",
                "scopes": [
                  "<string>"
                ],
                "apiKeyType": "default",
                "grantType": "client_credentials",
                "parameter": "<string>",
                "clientAuthentication": "headers",
                "customOAuthUrl": "<string>"
              },
              "bypassSslVerification": true,
              "customHeaders": [
                {
                  "key": "<string>",
                  "value": "<string>"
                }
              ],
              "deletedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        },
        "actions": "<array>",
        "name": "<string>",
        "description": "<string>",
        "systemIntegrationIdentifier": "<string>",
        "integrationCategoryId": "<string>",
        "iconSrc": "<string>",
        "authType": "<string>",
        "userId": "<string>",
        "workspaceId": "<string>",
        "privacyPolicyUrl": "<string>",
        "shortDescription": "<string>",
        "longDescription": "<string>",
        "systemIntegrationProvider": "<string>",
        "customAuthParameters": {},
        "category": "<string>",
        "authenticationMeta": {
          "clientId": "<string>",
          "clientSecret": "<string>",
          "authorizationUrl": "<string>",
          "accessTokenUrl": "<string>",
          "refreshTokenUrl": "<string>",
          "scopes": [
            "<string>"
          ],
          "apiKeyType": "default",
          "grantType": "client_credentials",
          "parameter": "<string>",
          "clientAuthentication": "headers",
          "customOAuthUrl": "<string>"
        },
        "syncModels": {},
        "isPublished": true,
        "attributes": {},
        "status": "<string>",
        "customHeaders": {}
      },
      "toolConfiguration": "<unknown>",
      "isIntegrationRequired": false,
      "isIntegrationConnected": false,
      "integrationProvider": "<string>",
      "integrationIdentifier": "<string>",
      "integrationCustomAuthParameters": {}
    },
    "integrationProviderId": "<string>",
    "requiresConsent": true,
    "isBackgroundTool": true,
    "isMemoryTool": true,
    "isBatchExecutionEnabled": true,
    "isCodeExecutionEnabled": true,
    "accuracyScore": 123,
    "memoryLookupInstruction": "<string>",
    "dynamicPropsId": "<string>",
    "connection": {
      "userId": "<string>",
      "credentialId": "<string>",
      "connectionName": "<string>",
      "integration": "<string>",
      "status": "<string>",
      "isOAuth2": true,
      "provider": "custom",
      "workspace": "<string>",
      "tokenExpiresIn": 123,
      "credentials": {},
      "agentTrigger": [
        {
          "title": "<string>",
          "frequency": "<string>",
          "agentId": "<string>",
          "integrationProviderId": "<string>",
          "toBeExecutedAt": "<string>",
          "lastExecutedAt": "<string>",
          "prompt": "<string>",
          "timezone": "<string>",
          "isActive": true,
          "onlyOnce": true,
          "agent": {
            "name": "Customer Support Agent",
            "creatorId": "123e4567-e89b-12d3-a456-426614174001",
            "type": "beam-os",
            "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
            "category": {
              "title": "Customer Support",
              "publish": true,
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "deletedAt": "2023-11-07T05:31:56Z"
            },
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
            "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
            "defaultTaskId": "task_template_001",
            "themeIconUrl": "https://example.com/icons/agent-icon.png",
            "agentCategoryId": "cat_customer_service",
            "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
            "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
            "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
            "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
            "skipAgentSetupSop": true,
            "deletedAt": "2023-11-07T05:31:56Z"
          },
          "integrationProvider": "<unknown>",
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "integrationData": {
            "name": "<string>",
            "shortDescription": "<string>",
            "longDescription": "<string>",
            "systemIntegrationIdentifier": "<string>",
            "systemIntegrationProvider": "<string>",
            "customAuthParameters": {},
            "category": "<string>",
            "icon": "<string>",
            "syncModels": {},
            "isPublished": true,
            "attributes": {},
            "status": "<string>",
            "authType": "<string>",
            "integrationCategory": {
              "title": "<string>",
              "integrations": "<array>",
              "customIntegrations": [
                {
                  "authType": "basic",
                  "userId": "<string>",
                  "integrationCategoryId": "<string>",
                  "workspaceId": "<string>",
                  "provider": {
                    "id": "<string>",
                    "integrationId": "<string>",
                    "credentialId": "<string>"
                  },
                  "integrationCategory": "<unknown>",
                  "customIntegrationTools": "<array>",
                  "id": "<string>",
                  "createdAt": "2023-11-07T05:31:56Z",
                  "updatedAt": "2023-11-07T05:31:56Z",
                  "name": "<string>",
                  "description": "<string>",
                  "grantType": "<string>",
                  "systemIntegrationIdentifier": "<string>",
                  "iconSrc": "<string>",
                  "privacyPolicyUrl": "<string>",
                  "authenticationMeta": {
                    "clientId": "<string>",
                    "clientSecret": "<string>",
                    "authorizationUrl": "<string>",
                    "accessTokenUrl": "<string>",
                    "refreshTokenUrl": "<string>",
                    "scopes": [
                      "<string>"
                    ],
                    "apiKeyType": "default",
                    "grantType": "client_credentials",
                    "parameter": "<string>",
                    "clientAuthentication": "headers",
                    "customOAuthUrl": "<string>"
                  },
                  "bypassSslVerification": true,
                  "customHeaders": [
                    {
                      "key": "<string>",
                      "value": "<string>"
                    }
                  ],
                  "deletedAt": "2023-11-07T05:31:56Z"
                }
              ],
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "deletedAt": "2023-11-07T05:31:56Z"
            },
            "provider": "<unknown>",
            "actions": "<array>",
            "toolsView": "<array>",
            "id": "<string>",
            "integrationCategoryId": "<string>"
          },
          "userDefinedFrequency": "<string>",
          "userDefinedFrequencyValue": 123,
          "userDefinedFrequencyDateTime": "<string>",
          "configuration": {
            "beamAction": "GmailFetchEmails",
            "hasAttachment": true,
            "shouldTriggerOnReply": true,
            "integrationIdentifier": "github",
            "name": "<string>",
            "filters": [
              {
                "operator": "AND",
                "conditions": [
                  {
                    "condition": "is",
                    "operator": "AND",
                    "property": "<string>",
                    "value": "<string>"
                  }
                ]
              }
            ],
            "globalFilters": [
              {
                "operator": "AND",
                "conditions": [
                  {
                    "condition": "is",
                    "operator": "AND",
                    "property": "<string>",
                    "value": "<string>"
                  }
                ]
              }
            ],
            "beamActionTitle": "<string>",
            "shouldTriggerOnReplyEmailConfig": {
              "emails": [
                "<string>"
              ],
              "condition": "is"
            }
          },
          "deletedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "providerIdentity": {
        "name": "<string>",
        "shortDescription": "<string>",
        "longDescription": "<string>",
        "systemIntegrationIdentifier": "<string>",
        "systemIntegrationProvider": "<string>",
        "customAuthParameters": {},
        "category": "<string>",
        "icon": "<string>",
        "syncModels": {},
        "isPublished": true,
        "attributes": {},
        "status": "<string>",
        "authType": "<string>",
        "integrationCategory": {
          "title": "<string>",
          "integrations": "<array>",
          "customIntegrations": [
            {
              "authType": "basic",
              "userId": "<string>",
              "integrationCategoryId": "<string>",
              "workspaceId": "<string>",
              "provider": {
                "id": "<string>",
                "integrationId": "<string>",
                "credentialId": "<string>"
              },
              "integrationCategory": "<unknown>",
              "customIntegrationTools": "<array>",
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "name": "<string>",
              "description": "<string>",
              "grantType": "<string>",
              "systemIntegrationIdentifier": "<string>",
              "iconSrc": "<string>",
              "privacyPolicyUrl": "<string>",
              "authenticationMeta": {
                "clientId": "<string>",
                "clientSecret": "<string>",
                "authorizationUrl": "<string>",
                "accessTokenUrl": "<string>",
                "refreshTokenUrl": "<string>",
                "scopes": [
                  "<string>"
                ],
                "apiKeyType": "default",
                "grantType": "client_credentials",
                "parameter": "<string>",
                "clientAuthentication": "headers",
                "customOAuthUrl": "<string>"
              },
              "bypassSslVerification": true,
              "customHeaders": [
                {
                  "key": "<string>",
                  "value": "<string>"
                }
              ],
              "deletedAt": "2023-11-07T05:31:56Z"
            }
          ],
          "id": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        },
        "provider": "<unknown>",
        "actions": "<array>",
        "toolsView": "<array>",
        "id": "<string>",
        "integrationCategoryId": "<string>"
      },
      "integrationIdentity": "<unknown>",
      "creator": {
        "name": "string",
        "email": "string",
        "cognitoUserId": "string",
        "role_name": "string",
        "id": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "avatarSrc": "string",
        "socialProvider": "string",
        "socialProviderId": "string",
        "emailVerified": true,
        "deletedAt": "2023-11-07T05:31:56Z"
      },
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "integrationId": "<string>",
      "agentToolConfigurations": "<array>",
      "deletedAt": "2023-11-07T05:31:56Z"
    },
    "deletedAt": "2023-11-07T05:31:56Z"
  },
  "objective": "S3",
  "customId": "7f242fcb-c73e-4498-919e-6c8bc70a6829",
  "isExitNode": false,
  "isEntryNode": false,
  "agentGraphId": "65e8ed44-9969-4fba-ba48-ce587ba90600",
  "onError": "STOP",
  "isEvaluationEnabled": false,
  "autoRetry": false,
  "autoRetryCount": 1,
  "agentGraph": {
    "agentId": "08b8ee61-49bb-4a96-a49a-8027aeb608d6",
    "isActive": false,
    "isDraft": true,
    "isPublished": false,
    "publishedAt": null,
    "isEverExecuted": false,
    "isEverUsedForTemplate": false,
    "nodes": "<array>",
    "agent": {
      "name": "Customer Support Agent",
      "creatorId": "123e4567-e89b-12d3-a456-426614174001",
      "type": "beam-os",
      "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
      "category": {
        "title": "Customer Support",
        "publish": true,
        "id": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      },
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
      "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
      "defaultTaskId": "task_template_001",
      "themeIconUrl": "https://example.com/icons/agent-icon.png",
      "agentCategoryId": "cat_customer_service",
      "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
      "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
      "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
      "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
      "skipAgentSetupSop": true,
      "deletedAt": "2023-11-07T05:31:56Z"
    },
    "tasks": [
      {
        "agentGraphId": "string",
        "customId": "AGE-785",
        "originalTaskQuery": "Extract order details from the email attachment",
        "taskObjective": "Extract order details from the email attachment 'Bestellung Fraisa_1031277_20251024_1240.pdf', categorize the email, and process the order through the workflow to ensure successful order creation.",
        "taskInstructions": "<string>",
        "taskSuccessCriteria": "<string>",
        "taskQuery": "<string>",
        "taskSummary": "<string>",
        "initiationDetail": {},
        "manualRetryCount": 0,
        "isSuccess": true,
        "isViewed": true,
        "startedAt": "2025-10-26T21:07:43.569Z",
        "endedAt": "2025-10-26T21:07:43.569Z",
        "mode": "AUTO",
        "status": "QUEUED",
        "averageEvaluationScore": 0,
        "graphState": {},
        "totalExecutionTime": 0,
        "agentGraph": "<unknown>",
        "agentTaskNotifications": [
          {
            "agentId": "string",
            "agentTaskId": "string",
            "isRead": true,
            "agent": {
              "name": "Customer Support Agent",
              "creatorId": "123e4567-e89b-12d3-a456-426614174001",
              "type": "beam-os",
              "vectorDbId": "123e4567-e89b-12d3-a456-426614174002",
              "category": {
                "title": "Customer Support",
                "publish": true,
                "id": "<string>",
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z",
                "deletedAt": "2023-11-07T05:31:56Z"
              },
              "id": "<string>",
              "createdAt": "2023-11-07T05:31:56Z",
              "updatedAt": "2023-11-07T05:31:56Z",
              "description": "This agent handles customer inquiries, support tickets, and provides automated responses",
              "workspaceId": "123e4567-e89b-12d3-a456-426614174000",
              "defaultTaskId": "task_template_001",
              "themeIconUrl": "https://example.com/icons/agent-icon.png",
              "agentCategoryId": "cat_customer_service",
              "userAccessTokenId": "123e4567-e89b-12d3-a456-426614174003",
              "agentSetupSessionId": "123e4567-e89b-12d3-a456-426614174004",
              "agentIntroMessage": "Hello! I'm your customer support assistant. How can I help you today?",
              "agentSetupMessage": "Let's configure your agent to handle customer support tasks",
              "skipAgentSetupSop": true,
              "deletedAt": "2023-11-07T05:31:56Z"
            },
            "agentTask": "<unknown>",
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "deletedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "id": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "taskContext": {},
        "userFeedback": "<string>",
        "rating": "positive",
        "taskState": {},
        "agentTaskNodes": [
          {
            "agentTaskId": "123e4567-e89b-12d3-a456-426614174000",
            "agentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
            "status": "COMPLETED",
            "userConsent": false,
            "isEverConsentRequired": false,
            "retryCount": 0,
            "manualRetryCount": 0,
            "evaluationScore": 1,
            "userQuestions": [
              {
                "question": "What email address should be used for notifications?",
                "answer": "[email protected]",
                "parameter": "notification_email",
                "memoryAnswer": true,
                "foodForThought": [
                  {
                    "question": "Should this notification be sent immediately or scheduled?",
                    "answer": "Send immediately for urgent matters, schedule for regular updates"
                  }
                ]
              }
            ],
            "edgeEvaluations": [
              {
                "target_node_id": "123e4567-e89b-12d3-a456-426614174000",
                "eval_criteria": "output.status === \"success\"",
                "branch_name": "Success Path",
                "reason": "The output status matches the success criteria, so this path was selected",
                "selected": true
              }
            ],
            "toolData": {
              "tool_id": "9f642662-020e-4285-86b2-37fe1052ef42",
              "tool_parameters": [
                {
                  "mail_id": "AAMkAGQw...",
                  "task_id": "80cd665e-..."
                }
              ],
              "tool_output": [
                {
                  "from_mail": "[email protected]",
                  "buyer_mail": "[email protected]"
                }
              ],
              "required_parameters": {
                "mail_id": "AAMkAGQw...",
                "sender_mail": "[email protected]"
              },
              "optional_parameters": {
                "task_id": "80cd665e-...",
                "timestamp": "2025-10-24T10:43:05Z"
              },
              "reasoning": {
                "mail_id": "The parameter requires the Outlook message ID from the \"id\" key...",
                "task_id": "The parameter requires the task ID from the \"BeamAgentOSTaskID\" key..."
              },
              "filled_prompt": "<string>",
              "skip_param_extraction": [
                "internal_id",
                "system_token"
              ],
              "integration_identifier": "outlook",
              "integration_error": false,
              "execution_id": "exec_123e4567"
            },
            "input": [
              {
                "input_type": "TEXT",
                "key": "task_query",
                "value": {
                  "text": "Process this email and extract order details"
                }
              }
            ],
            "output": {
              "value": {
                "from_mail": "[email protected]",
                "buyer_mail": "[email protected]",
                "beam_task_id": "AGE-785"
              }
            },
            "nodeEvaluation": [
              [
                {
                  "name": "A valid \"outlook_message_id\" was extracted.",
                  "score": 1,
                  "success": true,
                  "objective": "Was the outlook_message_id correctly extracted?",
                  "reasoning": "The outlook_message_id was extracted correctly from the context. It matches exactly with the message ID provided in the input data.",
                  "evaluationCategory": "satisfactory",
                  "evaluationReasoning": "The outlook_message_id in the actual output matches the one provided in the context, indicating correct extraction.",
                  "improvementSuggestions": "No improvements needed for the outlook_message_id extraction as it was performed correctly."
                }
              ]
            ],
            "agentTask": "<unknown>",
            "agentGraphNode": "<unknown>",
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "userFeedback": "<string>",
            "expectedOutput": "<string>",
            "rating": "positive",
            "deletedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "contextFiles": [
          {
            "name": "product_catalog.pdf",
            "userId": "string",
            "uploadStatus": "processing",
            "uploadSource": "file_upload",
            "isForAgentDatabase": true,
            "agentId": "string",
            "mimeType": "application/pdf",
            "id": "<string>",
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "src": "string",
            "fileKey": "string",
            "taskId": "string",
            "agentTaskId": "string",
            "url": "string",
            "datasourceConnectionId": "string",
            "externalFileId": "string",
            "deletedAt": "2023-11-07T05:31:56Z"
          }
        ],
        "deletedAt": "2023-11-07T05:31:56Z"
      }
    ],
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedAt": "2023-11-07T05:31:56Z"
  },
  "parentEdges": [
    {
      "sourceAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174000",
      "targetAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
      "parent": "<unknown>",
      "child": "<unknown>",
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "condition": "output.status === \"success\"",
      "name": "Success Path",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "childEdges": [
    {
      "sourceAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174000",
      "targetAgentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
      "parent": "<unknown>",
      "child": "<unknown>",
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "condition": "output.status === \"success\"",
      "name": "Success Path",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "agentTaskNodes": [
    {
      "agentTaskId": "123e4567-e89b-12d3-a456-426614174000",
      "agentGraphNodeId": "123e4567-e89b-12d3-a456-426614174001",
      "status": "COMPLETED",
      "userConsent": false,
      "isEverConsentRequired": false,
      "retryCount": 0,
      "manualRetryCount": 0,
      "evaluationScore": 1,
      "userQuestions": [
        {
          "question": "What email address should be used for notifications?",
          "answer": "[email protected]",
          "parameter": "notification_email",
          "memoryAnswer": true,
          "foodForThought": [
            {
              "question": "Should this notification be sent immediately or scheduled?",
              "answer": "Send immediately for urgent matters, schedule for regular updates"
            }
          ]
        }
      ],
      "edgeEvaluations": [
        {
          "target_node_id": "123e4567-e89b-12d3-a456-426614174000",
          "eval_criteria": "output.status === \"success\"",
          "branch_name": "Success Path",
          "reason": "The output status matches the success criteria, so this path was selected",
          "selected": true
        }
      ],
      "toolData": {
        "tool_id": "9f642662-020e-4285-86b2-37fe1052ef42",
        "tool_parameters": [
          {
            "mail_id": "AAMkAGQw...",
            "task_id": "80cd665e-..."
          }
        ],
        "tool_output": [
          {
            "from_mail": "[email protected]",
            "buyer_mail": "[email protected]"
          }
        ],
        "required_parameters": {
          "mail_id": "AAMkAGQw...",
          "sender_mail": "[email protected]"
        },
        "optional_parameters": {
          "task_id": "80cd665e-...",
          "timestamp": "2025-10-24T10:43:05Z"
        },
        "reasoning": {
          "mail_id": "The parameter requires the Outlook message ID from the \"id\" key...",
          "task_id": "The parameter requires the task ID from the \"BeamAgentOSTaskID\" key..."
        },
        "filled_prompt": "<string>",
        "skip_param_extraction": [
          "internal_id",
          "system_token"
        ],
        "integration_identifier": "outlook",
        "integration_error": false,
        "execution_id": "exec_123e4567"
      },
      "input": [
        {
          "input_type": "TEXT",
          "key": "task_query",
          "value": {
            "text": "Process this email and extract order details"
          }
        }
      ],
      "output": {
        "value": {
          "from_mail": "[email protected]",
          "buyer_mail": "[email protected]",
          "beam_task_id": "AGE-785"
        }
      },
      "nodeEvaluation": [
        [
          {
            "name": "A valid \"outlook_message_id\" was extracted.",
            "score": 1,
            "success": true,
            "objective": "Was the outlook_message_id correctly extracted?",
            "reasoning": "The outlook_message_id was extracted correctly from the context. It matches exactly with the message ID provided in the input data.",
            "evaluationCategory": "satisfactory",
            "evaluationReasoning": "The outlook_message_id in the actual output matches the one provided in the context, indicating correct extraction.",
            "improvementSuggestions": "No improvements needed for the outlook_message_id extraction as it was performed correctly."
          }
        ]
      ],
      "agentTask": "<unknown>",
      "agentGraphNode": "<unknown>",
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "userFeedback": "<string>",
      "expectedOutput": "<string>",
      "rating": "positive",
      "deletedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "agentToolConfigurationId": "e53a5d0b-d265-4829-98be-981c2df852ff",
  "xCoordinate": -143.47619047619042,
  "yCoordinate": 219.06349206349194,
  "deletedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

current-workspace-id
string
required

Body

application/json
agentId
string
required

The unique identifier of the agent containing this node

Example:

"123e4567-e89b-12d3-a456-426614174000"

nodeId
string
required

The unique identifier of the specific node to test within the graph

Example:

"123e4567-e89b-12d3-a456-426614174001"

graphId
string
required

The unique identifier of the graph containing this node

Example:

"123e4567-e89b-12d3-a456-426614174002"

params
object

Optional test parameters to pass to the node for testing purposes

Example:
{
"input": "test data",
"config": { "timeout": 5000 }
}

Response

201 - application/json

Node tested successfully

evaluationCriteria
string[] | null
required

Array of evaluation criteria used to assess the quality of this node's execution

Example:
[
"A valid \"outlook_message_id\" was extracted.",
"The complete \"mail_content\" was successfully cleaned and extracted."
]
toolConfiguration
object
required

The tool configuration that defines what action this node performs

objective
string
required

Human-readable description of what this node is meant to accomplish in the workflow

Example:

"S3"

customId
string
required

Custom identifier for this node, useful for referencing in workflows

Example:

"7f242fcb-c73e-4498-919e-6c8bc70a6829"

isExitNode
boolean
required

Indicates whether this is an exit/terminal node in the workflow graph

Example:

false

isEntryNode
boolean
required

Indicates whether this is an entry/starting node in the workflow graph

Example:

false

agentGraphId
string
required

The unique identifier of the parent agent graph that contains this node

Example:

"65e8ed44-9969-4fba-ba48-ce587ba90600"

onError
enum<string>
required

Defines the behavior when this node encounters an error during execution

Available options:
CONTINUE,
STOP
Example:

"STOP"

isEvaluationEnabled
boolean
required

Indicates whether automatic evaluation is enabled for this node after execution

Example:

false

autoRetry
boolean
required

Indicates whether this node should automatically retry on failure

Example:

false

autoRetryCount
number
required

The number of automatic retry attempts to make if this node fails

Example:

1

agentGraph
object
required

The parent agent graph that contains this node

parentEdges
object[]
required

Array of edges leading into this node from parent nodes

childEdges
object[]
required

Array of edges leading out from this node to child nodes

agentTaskNodes
object[]
required

Array of task node instances that have executed using this graph node definition

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
agentToolConfigurationId
string

The unique identifier of the tool configuration used by this graph node

Example:

"e53a5d0b-d265-4829-98be-981c2df852ff"

xCoordinate
number | null

X-axis coordinate for visual positioning of this node in the graph editor

Example:

-143.47619047619042

yCoordinate
number | null

Y-axis coordinate for visual positioning of this node in the graph editor

Example:

219.06349206349194

deletedAt
string<date-time>