Wexa AI
  1. Executeflow
Wexa AI
  • Wexa AI
  • Getting Started with Wexa AI
  • Use Cases and Workflows
  • API Reference
  • Tutorials
  • Troubleshooting Guide
  • API Endpoints
    • Project
      • create project
      • Get all projects
      • Get project
      • update project
      • Delete project
    • Agentflows
      • create agentflow
      • get agentflows
      • Get agentflow by projectId and UserId
      • get agentflow by id
      • Add skilled agent to agentflow
      • Update skilled agent
    • Connectors
      • get connectors by projectid
      • get connector by Id
      • Delete a connector
      • connector update status
      • get all available trigger actions
    • Skills
      • create skill
      • get skills
      • get skills by category'
      • get skills by id
      • skills by name
    • Executeflow
      • create executeflow
        POST
      • get executions
        GET
      • execute agentflow
        POST
      • pause executeflow
        POST
      • resume execution
        POST
      • cancel executeflow
        POST
      • get execution by execution id
        GET
      • get execution details for monitoring
        GET
    • Customer
      • get customer
      • Get credit history
    • Actions
      • create action
      • get action
    • Files
      • upload files
      • get files by fileid
      • get connector by fileid
      • get files by connector_id
    • Inbox
      • get inbox
    • Tags
      • tags
    • Tasks
      • get tasks
      • get task by id
      • Pause running task
      • resume task
      • Stop task
    • Tables
      • create table
      • create database
      • get tables
      • get records list
      • get table names
      • delete record
      • delete a column
    • Dashboard
      • get dashboard
      • refresh dashboard
      • delete component in dashboard
    • Settings
      • get settings
    • Marketplace
      • get all connectors
      • get marketplace coworkers
      • get marketplace coworker by id
    • Coworker schedules
      • get schedules
      • create coworker schedule
      • get schedule coworker by its id
      • update schedule by its id
      • delete schedule by its id
    • Analytics
      • Get analytics
    • Marketplace coworkers
      • hire a coworker
      • check marketplace coworker update
    • Project member
      • project_member
  1. Executeflow

get execution by execution id

GET
https://api.wexa.ai/execute_flow/{execution_id}
Last modified:2025-04-25 09:43:40

Get Execution Flow by ID#

Retrieve detailed information about a specific execution flow by providing its unique execution_id. This endpoint returns comprehensive data, including the , associated AgentFlow. It's essential for monitoring the progress and outcomes of automated workflows within your organization.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.wexa.ai/execute_flow/?projectID={{projectID}}' \
--header 'x-api-key: {{x-api-key}}'
Response Response Example
{
  "agentflow_id": "67fdea9b68df1c3e9580a549",
  "files": [],
  "goal": "run",
  "schedule": null,
  "start_from_agent_id": null,
  "input_variables": {},
  "task_id": "68060114064a778a5f18f84f",
  "parent_execution_id": null,
  "agentflow": {
    "agentflow_id": "67fdea9b68df1c3e9580a549",
    "agents": [
      {
        "_id": "67fdea9b68df1c3e9580a54a",
        "llm": {
          "model": "azure/gpt-4o",
          "temperature": 0,
          "max_tokens": 10000
        },
        "role": "new platform",
        "role_description": "new platform",
        "title": "new platform",
        "agent_type": "skilled_agent",
        "next_agent": null
      }
    ],
    "image": "https://klotdev.blob.core.windows.net/coworkers/wexaworker13.png",
    "initialAgent": "67fdea9b68df1c3e9580a54a",
    "name": "new platform",
    "role": "new platform",
    "conclusion": null
  },
  "agents_output": [
    {
      "agent_id": "67fdea9b68df1c3e9580a54a",
      "agent_name": "new platform",
      "agent_role": "new platform",
      "agentflow_name": "new platform",
      "created_at": 1745224143.568127,
      "decision": null,
      "error": null,
      "input_data": {
        "text": "Create content about Abdul Kalam, focusing on his life, achievements, and legacy.",
        "reasoning": "Abdul Kalam is a significant figure in Indian history, known for his contributions to science and his role as the President of India. Creating content about him aligns with the goal of running a platform that provides valuable and educational information."
      },
      "max_tokens": 10000,
      "model": "azure/gpt-4o",
      "output_data": null,
      "summary": "new platform acting as new platform observed that creating content about Abdul Kalam highlights his life, achievements, and legacy, which is valuable for educational purposes.",
      "temperature": 0,
      "type": "observation"
    },
    {
      "agent_id": "67fdea9b68df1c3e9580a54a",
      "agent_name": "new platform",
      "agent_role": "new platform",
      "agentflow_name": "new platform",
      "created_at": 1745224150.578658,
      "decision": null,
      "error": null,
      "input_data": {
        "plan": "- Research Abdul Kalam's life and achievements\n- Highlight his contributions to science and technology\n- Discuss his presidency and influence on India\n- Emphasize his legacy and inspirational quotes",
        "criticism": "Ensure the content is engaging and informative, avoiding overly technical language that might not be accessible to all readers.",
        "speak": "I will create content about Abdul Kalam, focusing on his contributions to science and his legacy as a leader.",
        "skill": {
          "name": "Content creator - Content creation",
          "id": "67fdea9a68df1c3e9580a547",
          "input": {
            "content": {
              "title": "Dr. A.P.J. Abdul Kalam: The People's President",
              "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
              "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
              "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
              "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
              "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
              "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
            }
          }
        }
      },
      "max_tokens": 10000,
      "model": "azure/gpt-4o",
      "output_data": null,
      "summary": "new platform acting as new platform planned to create engaging content on Dr. A.P.J. Abdul Kalam, focusing on his life, scientific contributions, presidency, and inspirational legacy.",
      "temperature": 0,
      "type": "plan"
    },
    {
      "agent_id": "67fdea9b68df1c3e9580a54a",
      "agent_name": "new platform",
      "agent_role": "new platform",
      "agentflow_name": "new platform",
      "created_at": 1745224154.092884,
      "decision": null,
      "error": null,
      "input_data": {
        "thoughts": {
          "text": "Create content about Abdul Kalam, focusing on his life, achievements, and legacy.",
          "reasoning": "Abdul Kalam is a significant figure in Indian history, known for his contributions to science and his role as the President of India. Creating content about him aligns with the goal of running a platform that provides valuable and educational information.",
          "plan": "- Research Abdul Kalam's life and achievements\n- Highlight his contributions to science and technology\n- Discuss his presidency and influence on India\n- Emphasize his legacy and inspirational quotes",
          "criticism": "Ensure the content is engaging and informative, avoiding overly technical language that might not be accessible to all readers.",
          "speak": "I will create content about Abdul Kalam, focusing on his contributions to science and his legacy as a leader."
        },
        "skill": {
          "name": "Content creator - Content creation",
          "id": "67fdea9a68df1c3e9580a547",
          "input": {
            "content": {
              "title": "Dr. A.P.J. Abdul Kalam: The People's President",
              "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
              "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
              "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
              "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
              "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
              "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
            }
          }
        }
      },
      "max_tokens": 10000,
      "model": "azure/gpt-4o",
      "output_data": {
        "content": {
          "title": "Dr. A.P.J. Abdul Kalam: The People's President",
          "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
          "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
          "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
          "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
          "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
          "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
        },
        "executed_by": "67fdea40aac77be632954f0e",
        "execution_id": "56d246cc-2803-41a7-a90d-c1c3d4672240",
        "is_user_specific_task": false
      },
      "summary": "new platform acting as new platform has executed Dr. A.P.J. Abdul Kalam's inspiring life story, highlighting his contributions as a scientist and President of India, and his enduring legacy.",
      "temperature": 0,
      "type": "output"
    }
  ],
  "anomaly_detected": null,
  "conclusion": {
    "conclusion": "# Overview of Execution\n\nThe content focuses on the life and legacy of Dr. A.P.J. Abdul Kalam, highlighting his contributions as a scientist and public figure. The following sections summarize key aspects of his life:\n\n## Introduction\n\nDr. A.P.J. Abdul Kalam, known as the **'Missile Man of India'**, was a renowned scientist and the **11th President of India**. His life and work continue to inspire millions.\n\n## Early Life\n\nBorn on **October 15, 1931**, in **Rameswaram, Tamil Nadu**, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.\n\n## Scientific Contributions\n\nKalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname **'Missile Man'**. He was instrumental in the development of the **Polar Satellite Launch Vehicle (PSLV)** and the **Agni missile**.\n\n## Presidency\n\nServing as the President of India from **2002 to 2007**, Kalam was widely regarded as the **'People's President'**. He was known for his humility and dedication to public service.\n\n## Legacy\n\nAbdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including **'Wings of Fire'**. He remains a symbol of hope and progress.\n\n## Conclusion\n\nDr. A.P.J. Abdul Kalam's life is a testament to the power of **dreams** and **perseverance**. His contributions to science and his leadership continue to inspire future generations.\n\n___\n\nThis execution successfully encapsulated the essence of Dr. A.P.J. Abdul Kalam's life and contributions in a structured format.",
    "links": [],
    "created_at": 1745224167.711673
  },
  "created_at": 1745223956.857026,
  "end_time": null,
  "executed_by": {
    "_id": "67fdea40aac77be632954f0e",
    "metadata": null,
    "name": "nani799324",
    "type": "manual"
  },
  "execution_context": {
    "67fdea9b68df1c3e9580a54a": {
      "agent_title": "new platform",
      "agent_role": "new platform",
      "decision": null,
      "error": null,
      "execution_duration": 23,
      "input_data": {
        "content": {
          "title": "Dr. A.P.J. Abdul Kalam: The People's President",
          "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
          "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
          "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
          "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
          "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
          "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
        }
      },
      "knowledge_base": null,
      "llm_output": {
        "thoughts": {
          "text": "Create content about Abdul Kalam, focusing on his life, achievements, and legacy.",
          "reasoning": "Abdul Kalam is a significant figure in Indian history, known for his contributions to science and his role as the President of India. Creating content about him aligns with the goal of running a platform that provides valuable and educational information.",
          "plan": "- Research Abdul Kalam's life and achievements\n- Highlight his contributions to science and technology\n- Discuss his presidency and influence on India\n- Emphasize his legacy and inspirational quotes",
          "criticism": "Ensure the content is engaging and informative, avoiding overly technical language that might not be accessible to all readers.",
          "speak": "I will create content about Abdul Kalam, focusing on his contributions to science and his legacy as a leader."
        },
        "skill": {
          "name": "Content creator - Content creation",
          "id": "67fdea9a68df1c3e9580a547",
          "input": {
            "content": {
              "title": "Dr. A.P.J. Abdul Kalam: The People's President",
              "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
              "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
              "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
              "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
              "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
              "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
            }
          }
        }
      },
      "modified_inputs_during_preview": null,
      "model_used": "azure/gpt-4o",
      "output_data": {
        "content": {
          "title": "Dr. A.P.J. Abdul Kalam: The People's President",
          "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
          "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
          "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
          "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
          "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
          "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
        },
        "executed_by": "67fdea40aac77be632954f0e",
        "execution_id": "56d246cc-2803-41a7-a90d-c1c3d4672240",
        "is_user_specific_task": false
      },
      "preview_input": null,
      "skill_chosen": "Content creator - Content creation",
      "started_at": 1745224131.668346,
      "status": "completed",
      "tokens_used": 1348,
      "triggers": []
    }
  },
  "execution_id": "56d246cc-2803-41a7-a90d-c1c3d4672240",
  "goal_template": null,
  "_id": "68060114064a778a5f18f84e",
  "previews": {},
  "projectID": "67fdea40aac77be632954f13",
  "runtime_inputs": {},
  "status": "completed",
  "analytics": {
    "agent_analytics": {
      "67fdea9b68df1c3e9580a54a": {
        "tokens_used": 1348,
        "execution_time": 23,
        "price": 0.001
      }
    },
    "overall": {
      "total_tokens_used": 1348,
      "average_execution_time": 23,
      "total_execution_time": 23,
      "total_price": 0.001
    }
  },
  "categorized_data": {
    "logs": [
      {
        "agent_id": "67fdea9b68df1c3e9580a54a",
        "agent_name": "new platform",
        "agent_role": "new platform",
        "agentflow_name": "new platform",
        "created_at": 1745224154.092884,
        "decision": null,
        "error": null,
        "input_data": {
          "thoughts": {
            "text": "Create content about Abdul Kalam, focusing on his life, achievements, and legacy.",
            "reasoning": "Abdul Kalam is a significant figure in Indian history, known for his contributions to science and his role as the President of India. Creating content about him aligns with the goal of running a platform that provides valuable and educational information.",
            "plan": "- Research Abdul Kalam's life and achievements\n- Highlight his contributions to science and technology\n- Discuss his presidency and influence on India\n- Emphasize his legacy and inspirational quotes",
            "criticism": "Ensure the content is engaging and informative, avoiding overly technical language that might not be accessible to all readers.",
            "speak": "I will create content about Abdul Kalam, focusing on his contributions to science and his legacy as a leader."
          },
          "skill": {
            "name": "Content creator - Content creation",
            "id": "67fdea9a68df1c3e9580a547",
            "input": {
              "content": {
                "title": "Dr. A.P.J. Abdul Kalam: The People's President",
                "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
                "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
                "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
                "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
                "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
                "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
              }
            }
          }
        },
        "max_tokens": 10000,
        "model": "azure/gpt-4o",
        "output_data": {
          "content": {
            "title": "Dr. A.P.J. Abdul Kalam: The People's President",
            "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
            "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
            "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
            "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
            "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
            "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
          },
          "executed_by": "67fdea40aac77be632954f0e",
          "execution_id": "56d246cc-2803-41a7-a90d-c1c3d4672240",
          "is_user_specific_task": false
        },
        "summary": "new platform acting as new platform has executed Dr. A.P.J. Abdul Kalam's inspiring life story, highlighting his contributions as a scientist and President of India, and his enduring legacy.",
        "temperature": 0,
        "type": "output"
      },
      {
        "agent_id": "67fdea9b68df1c3e9580a54a",
        "agent_name": "new platform",
        "agent_role": "new platform",
        "agentflow_name": "new platform",
        "created_at": 1745224150.578658,
        "decision": null,
        "error": null,
        "input_data": {
          "plan": "- Research Abdul Kalam's life and achievements\n- Highlight his contributions to science and technology\n- Discuss his presidency and influence on India\n- Emphasize his legacy and inspirational quotes",
          "criticism": "Ensure the content is engaging and informative, avoiding overly technical language that might not be accessible to all readers.",
          "speak": "I will create content about Abdul Kalam, focusing on his contributions to science and his legacy as a leader.",
          "skill": {
            "name": "Content creator - Content creation",
            "id": "67fdea9a68df1c3e9580a547",
            "input": {
              "content": {
                "title": "Dr. A.P.J. Abdul Kalam: The People's President",
                "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
                "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
                "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
                "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
                "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
                "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
              }
            }
          }
        },
        "max_tokens": 10000,
        "model": "azure/gpt-4o",
        "output_data": null,
        "summary": "new platform acting as new platform planned to create engaging content on Dr. A.P.J. Abdul Kalam, focusing on his life, scientific contributions, presidency, and inspirational legacy.",
        "temperature": 0,
        "type": "plan"
      },
      {
        "agent_id": "67fdea9b68df1c3e9580a54a",
        "agent_name": "new platform",
        "agent_role": "new platform",
        "agentflow_name": "new platform",
        "created_at": 1745224143.568127,
        "decision": null,
        "error": null,
        "input_data": {
          "text": "Create content about Abdul Kalam, focusing on his life, achievements, and legacy.",
          "reasoning": "Abdul Kalam is a significant figure in Indian history, known for his contributions to science and his role as the President of India. Creating content about him aligns with the goal of running a platform that provides valuable and educational information."
        },
        "max_tokens": 10000,
        "model": "azure/gpt-4o",
        "output_data": null,
        "summary": "new platform acting as new platform observed that creating content about Abdul Kalam highlights his life, achievements, and legacy, which is valuable for educational purposes.",
        "temperature": 0,
        "type": "observation"
      }
    ],
    "observation": [
      {
        "agent_id": "67fdea9b68df1c3e9580a54a",
        "agent_name": "new platform",
        "agent_role": "new platform",
        "agentflow_name": "new platform",
        "created_at": 1745224143.568127,
        "decision": null,
        "error": null,
        "input_data": {
          "text": "Create content about Abdul Kalam, focusing on his life, achievements, and legacy.",
          "reasoning": "Abdul Kalam is a significant figure in Indian history, known for his contributions to science and his role as the President of India. Creating content about him aligns with the goal of running a platform that provides valuable and educational information."
        },
        "max_tokens": 10000,
        "model": "azure/gpt-4o",
        "output_data": null,
        "summary": "new platform acting as new platform observed that creating content about Abdul Kalam highlights his life, achievements, and legacy, which is valuable for educational purposes.",
        "temperature": 0,
        "type": "observation"
      }
    ],
    "plan": [
      {
        "agent_id": "67fdea9b68df1c3e9580a54a",
        "agent_name": "new platform",
        "agent_role": "new platform",
        "agentflow_name": "new platform",
        "created_at": 1745224150.578658,
        "decision": null,
        "error": null,
        "input_data": {
          "plan": "- Research Abdul Kalam's life and achievements\n- Highlight his contributions to science and technology\n- Discuss his presidency and influence on India\n- Emphasize his legacy and inspirational quotes",
          "criticism": "Ensure the content is engaging and informative, avoiding overly technical language that might not be accessible to all readers.",
          "speak": "I will create content about Abdul Kalam, focusing on his contributions to science and his legacy as a leader.",
          "skill": {
            "name": "Content creator - Content creation",
            "id": "67fdea9a68df1c3e9580a547",
            "input": {
              "content": {
                "title": "Dr. A.P.J. Abdul Kalam: The People's President",
                "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
                "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
                "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
                "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
                "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
                "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
              }
            }
          }
        },
        "max_tokens": 10000,
        "model": "azure/gpt-4o",
        "output_data": null,
        "summary": "new platform acting as new platform planned to create engaging content on Dr. A.P.J. Abdul Kalam, focusing on his life, scientific contributions, presidency, and inspirational legacy.",
        "temperature": 0,
        "type": "plan"
      }
    ],
    "output": [
      {
        "agent_id": "67fdea9b68df1c3e9580a54a",
        "agent_name": "new platform",
        "agent_role": "new platform",
        "agentflow_name": "new platform",
        "created_at": 1745224154.092884,
        "decision": null,
        "error": null,
        "input_data": {
          "thoughts": {
            "text": "Create content about Abdul Kalam, focusing on his life, achievements, and legacy.",
            "reasoning": "Abdul Kalam is a significant figure in Indian history, known for his contributions to science and his role as the President of India. Creating content about him aligns with the goal of running a platform that provides valuable and educational information.",
            "plan": "- Research Abdul Kalam's life and achievements\n- Highlight his contributions to science and technology\n- Discuss his presidency and influence on India\n- Emphasize his legacy and inspirational quotes",
            "criticism": "Ensure the content is engaging and informative, avoiding overly technical language that might not be accessible to all readers.",
            "speak": "I will create content about Abdul Kalam, focusing on his contributions to science and his legacy as a leader."
          },
          "skill": {
            "name": "Content creator - Content creation",
            "id": "67fdea9a68df1c3e9580a547",
            "input": {
              "content": {
                "title": "Dr. A.P.J. Abdul Kalam: The People's President",
                "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
                "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
                "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
                "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
                "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
                "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
              }
            }
          }
        },
        "max_tokens": 10000,
        "model": "azure/gpt-4o",
        "output_data": {
          "content": {
            "title": "Dr. A.P.J. Abdul Kalam: The People's President",
            "introduction": "Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His life and work continue to inspire millions.",
            "early_life": "Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education laid the foundation for his illustrious career.",
            "scientific_contributions": "Kalam played a pivotal role in India's civilian space program and military missile development, earning him the nickname 'Missile Man'. He was instrumental in the development of the Polar Satellite Launch Vehicle (PSLV) and the Agni missile.",
            "presidency": "Serving as the President of India from 2002 to 2007, Kalam was widely regarded as the 'People's President'. He was known for his humility and dedication to public service.",
            "legacy": "Abdul Kalam's legacy is marked by his vision for a developed India, his inspirational speeches, and his books, including 'Wings of Fire'. He remains a symbol of hope and progress.",
            "conclusion": "Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his leadership continue to inspire future generations."
          },
          "executed_by": "67fdea40aac77be632954f0e",
          "execution_id": "56d246cc-2803-41a7-a90d-c1c3d4672240",
          "is_user_specific_task": false
        },
        "summary": "new platform acting as new platform has executed Dr. A.P.J. Abdul Kalam's inspiring life story, highlighting his contributions as a scientist and President of India, and his enduring legacy.",
        "temperature": 0,
        "type": "output"
      }
    ]
  }
}

Request

Path Params
execution_id
string 
required
Query Params
projectID
string 
required
Example:
{{projectID}}
Header Params
x-api-key
string 
required
Example:
{{x-api-key}}

Responses

🟢200get execution by execution id
application/json
Body
agentflow_id
string 
required
files
array
required
goal
string 
required
schedule
null 
required
start_from_agent_id
null 
required
input_variables
object 
required
task_id
string 
required
parent_execution_id
null 
required
agentflow
object 
required
agentflow_id
string 
required
agents
array [object {7}] 
required
image
string 
required
initialAgent
string 
required
name
string 
required
role
string 
required
conclusion
null 
required
agents_output
array [object {14}] 
required
agent_id
string 
required
agent_name
string 
required
agent_role
string 
required
agentflow_name
string 
required
created_at
number 
required
decision
null 
required
error
null 
required
input_data
object 
required
max_tokens
integer 
required
model
string 
required
output_data
object 
required
summary
string 
required
temperature
integer 
required
type
string 
required
anomaly_detected
null 
required
conclusion
object 
required
conclusion
string 
required
links
array
required
created_at
number 
required
created_at
number 
required
end_time
null 
required
executed_by
object 
required
_id
string 
required
metadata
null 
required
name
string 
required
type
string 
required
execution_context
object 
required
67fdea9b68df1c3e9580a54a
object 
required
execution_id
string 
required
goal_template
null 
required
_id
string 
required
previews
object 
required
projectID
string 
required
runtime_inputs
object 
required
status
string 
required
analytics
object 
required
agent_analytics
object 
required
overall
object 
required
categorized_data
object 
required
logs
array [object {14}] 
required
observation
array [object {14}] 
required
plan
array [object {14}] 
required
output
array [object {14}] 
required
Modified at 2025-04-25 09:43:40
Previous
cancel executeflow
Next
get execution details for monitoring