Skip to main content
POST
/
agent-tasks
/
execution
/
{taskId}
/
user-consent
Approve Task Execution
curl --request POST \
  --url https://api.beamstudio.ai/agent-tasks/execution/{taskId}/user-consent \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'current-workspace-id: <current-workspace-id>' \
  --data '
{
  "taskNodeId": "123e4567-e89b-12d3-a456-426614174000",
  "consent": true,
  "taskId": "123e4567-e89b-12d3-a456-426614174001",
  "feedback": "Approved, but please add John to CC list before sending",
  "toolId": "123e4567-e89b-12d3-a456-426614174002",
  "toolParameters": {
    "max_retries": 3,
    "timeout_ms": 30000,
    "priority": "high",
    "include_attachments": true
  }
}
'
{
  "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": {
    "agentId": "08b8ee61-49bb-4a96-a49a-8027aeb608d6",
    "isActive": false,
    "isDraft": true,
    "isPublished": false,
    "publishedAt": null,
    "isEverExecuted": false,
    "isEverUsedForTemplate": false,
    "nodes": [
      {
        "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": "<unknown>",
        "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"
      }
    ],
    "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": "<array>",
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedAt": "2023-11-07T05:31:56Z"
  },
  "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"
}

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

Path Parameters

taskId
string
required

The unique identifier of the task execution to retry

Example:

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

Body

application/json
taskNodeId
string
required

The unique identifier of the task node that has paused execution and is awaiting user approval. This node represents a critical action (like sending emails, making API calls, or modifying data) that requires explicit human consent before proceeding.

Example:

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

The user's decision on whether to allow the agent to proceed with the proposed action. Set to true to approve and continue execution, or false to reject and stop the current action. If rejected, the agent may attempt alternative approaches or terminate the task.

Example:

true

taskId
string
required

The unique identifier of the parent task that this consent request belongs to. This links the consent decision back to the overall task execution flow.

Example:

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

feedback
string

Optional feedback message providing context for the consent decision. When approving, this might include additional instructions or modifications. When rejecting, this should explain why the action was declined to help the agent understand and potentially adjust its approach.

Example:

"Approved, but please add John to CC list before sending"

toolId
string

The unique identifier of a specific tool or integration that will be executed upon consent. This is provided when the consent is for a particular tool action rather than a general task step. Use this to approve specific tool executions while potentially modifying their parameters.

Example:

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

toolParameters
object

Custom parameters to override or supplement the tool's default configuration for this specific execution. Use this to modify how the tool behaves without changing its global settings. Common parameters include retry counts, timeout durations, API endpoints, or filtering criteria.

Example:
{
"max_retries": 3,
"timeout_ms": 30000,
"priority": "high",
"include_attachments": true
}

Response

201 - application/json

User consent recorded successfully

agentGraphId
string
required

The unique identifier of the agent graph definition used to execute this task

Example:

"string"

customId
string | null
required

Custom human-readable identifier for this task, often displayed to users

Example:

"AGE-785"

originalTaskQuery
string | null
required

The original query or prompt that initiated this task before any processing

Example:

"Extract order details from the email attachment"

taskObjective
string | null
required

The main objective or goal that this task is trying to achieve

Example:

"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 | null
required

Detailed instructions for how the agent should execute this task

taskSuccessCriteria
string | null
required

Criteria that define what constitutes successful completion of this task

taskQuery
string | null
required

The processed task query after any transformations or enhancements

taskSummary
string | null
required

A concise summary of the task and its outcome

initiationDetail
object
required

Details about how this task was initiated (manual, scheduled, triggered, etc.)

manualRetryCount
number
required

Number of times the user has manually requested a retry of this task

Example:

0

isSuccess
boolean
required

Indicates whether the task completed successfully according to its success criteria

Example:

true

isViewed
boolean
required

Indicates whether the user has viewed this task in the UI

Example:

true

startedAt
string<date-time> | null
required

Timestamp when the task execution started

Example:

"2025-10-26T21:07:43.569Z"

endedAt
string<date-time> | null
required

Timestamp when the task execution completed (successfully or with failure)

Example:

"2025-10-26T21:07:43.569Z"

mode
enum<string>
required

The execution mode of the task (automatic vs manual step-by-step)

Available options:
AUTO
Example:

"AUTO"

status
enum<string>
required

Current execution status of the task

Available options:
QUEUED,
IN_PROGRESS,
COMPLETED,
FAILED,
USER_INPUT_REQUIRED,
USER_CONSENT_REQUIRED,
STOPPED,
AUTHENTICATION_REQUIRED
Example:

"QUEUED"

averageEvaluationScore
number | null
required

Average evaluation score across all task nodes in this execution

Example:

0

graphState
object
required

State data specific to the graph execution and node traversal

totalExecutionTime
number | null
required

Total time taken to execute this task in milliseconds

Example:

0

agentGraph
object
required

The agent graph definition that was used to execute this task

agentTaskNotifications
object[]
required

Array of notifications generated for this task

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
taskContext
object

Additional context data that provides background information for task execution

userFeedback
string | null

User-provided feedback about the overall task execution

rating
enum<string> | null

User rating for the overall quality of task execution

Available options:
positive,
negative
Example:

"positive"

taskState
object

Current execution state tracking the progress through workflow stages

agentTaskNodes
object[] | null

Array of individual task node executions that make up this task

contextFiles
object[] | null

Array of files that were provided as context for this task execution

deletedAt
string<date-time>