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 executions

GET
https://api.wexa.ai/{projectID}/execution_flows
Last modified:2025-04-25 09:33:15

Get All Execution Flows by Project ID#

Retrieve a comprehensive list of all execution flows associated with a specific project by providing the unique projectID. This endpoint enables you to monitor and manage the execution history of AgentFlows within the specified project, offering insights into past executions, their statuses, and other relevant details. It's essential for auditing, tracking progress, and optimizing your AI-driven workflows.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.wexa.ai//execution_flows?projectID={{projectID}}' \
--header 'x-api-key: {{x-api-key}}'
Response Response Example
{
  "data": [
    {
      "agentflow_id": "67fdea9b68df1c3e9580a549",
      "files": [],
      "goal": "run",
      "schedule": null,
      "start_from_agent_id": null,
      "input_variables": {},
      "task_id": "6805f401064a778a5f18f846",
      "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": [],
      "anomaly_detected": null,
      "conclusion": null,
      "created_at": 1745220609.00188,
      "end_time": null,
      "executed_by": {
        "_id": "67fdea40aac77be632954f0e",
        "metadata": null,
        "name": "nani799324",
        "type": "manual"
      },
      "execution_context": {},
      "execution_id": "8ffc2a03-5d38-4321-aae8-c9f32d7707fc",
      "goal_template": null,
      "_id": "6805f401064a778a5f18f845",
      "previews": {},
      "projectID": "67fdea40aac77be632954f13",
      "runtime_inputs": {},
      "status": "ready"
    },
    {
      "agentflow_id": "67fdea9b68df1c3e9580a549",
      "files": [],
      "goal": "run",
      "schedule": null,
      "start_from_agent_id": null,
      "input_variables": {},
      "task_id": "6805f3f6064a778a5f18f844",
      "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": [],
      "anomaly_detected": null,
      "conclusion": null,
      "created_at": 1745220598.837202,
      "end_time": null,
      "executed_by": {
        "_id": "67fdea40aac77be632954f0e",
        "metadata": null,
        "name": "nani799324",
        "type": "manual"
      },
      "execution_context": {},
      "execution_id": "cc63be80-d257-46b8-94f7-db8c25f530f3",
      "goal_template": null,
      "_id": "6805f3f6064a778a5f18f843",
      "previews": {},
      "projectID": "67fdea40aac77be632954f13",
      "runtime_inputs": {},
      "status": "ready"
    },
    {
      "agentflow_id": "67fdea9b68df1c3e9580a549",
      "files": [],
      "goal": "create a content about abdul kalam",
      "schedule": null,
      "start_from_agent_id": null,
      "input_variables": {},
      "task_id": "6805e8477d3775bffdb87610",
      "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": [],
      "anomaly_detected": null,
      "conclusion": {
        "conclusion": "# Dr. A.P.J. Abdul Kalam: A Visionary Leader and Scientist\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 contributions to science and technology, along with his inspirational leadership, have left a lasting legacy.\n\n## Biography\n\n### Early Life\n\nBorn on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. He pursued physics and aerospace engineering, which laid the foundation for his illustrious career.\n\n### Career\n\nKalam joined the Defence Research and Development Organisation (DRDO) and later the Indian Space Research Organisation (ISRO), where he played a pivotal role in India's civilian space program and military missile development.\n\n### Presidency\n\nIn 2002, Abdul Kalam became the President of India, serving until 2007. His presidency was marked by his focus on education and youth empowerment.\n\n## Achievements\n\n- Key architect of India's missile program, including the development of the Agni and Prithvi missiles.\n- Played a significant role in India's Pokhran-II nuclear tests in 1998.\n- Authored several books, including **'Wings of Fire'** and **'India 2020'**, inspiring millions.\n\n## Legacy\n\nDr. Kalam's vision for India as a developed nation and his dedication to education and innovation continue to inspire future generations. His life and work exemplify the power of dreams and perseverance.\n\n## Conclusion\n\nDr. A.P.J. Abdul Kalam remains a beloved figure in India and around the world, remembered for his humility, wisdom, and unwavering commitment to progress.",
        "links": [],
        "created_at": 1745217763.731278
      },
      "created_at": 1745217607.232421,
      "end_time": null,
      "executed_by": {
        "_id": "67fdea40aac77be632954f0e",
        "metadata": null,
        "name": "nani799324",
        "type": "manual"
      },
      "execution_context": {},
      "execution_id": "aed1d3ae-0486-48bd-a2c3-97da32369cf7",
      "goal_template": null,
      "_id": "6805e8477d3775bffdb8760f",
      "previews": {},
      "projectID": "67fdea40aac77be632954f13",
      "runtime_inputs": {},
      "status": "completed"
    },
    {
      "agentflow_id": "67fdea9b68df1c3e9580a549",
      "files": [],
      "goal": "create a content about modi",
      "schedule": null,
      "start_from_agent_id": null,
      "input_variables": {},
      "task_id": "6805e6ca7d3775bffdb8760e",
      "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": [],
      "anomaly_detected": null,
      "conclusion": {
        "conclusion": "# Overview of the Execution\n\nIn this task, a comprehensive content piece was created about **Dr. A.P.J. Abdul Kalam**, highlighting his significant contributions as a scientist and as the 11th President of India. The content outlines his achievements, vision, and legacy, drawing connections to the values shared by contemporary leaders such as **Narendra Modi**.\n\n## Content Structure\n\n### Title\n**Dr. A.P.J. Abdul Kalam: A Visionary Leader**\n\n### Introduction\nDr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His contributions to science and education have left a lasting impact on the nation.\n\n### Achievements\n- Played a pivotal role in India's civilian space program and military missile development.\n- Served as the Chief Scientific Adviser to the Prime Minister and the Secretary of the DRDO.\n- Authored several books inspiring young minds, including 'Wings of Fire' and 'Ignited Minds'.\n\n### Vision\nDr. Kalam envisioned India as a developed nation by 2020, focusing on technological advancement, education, and self-reliance.\n\n### Legacy\nHis legacy continues to inspire millions, emphasizing the importance of dreaming big and working hard to achieve those dreams.\n\n### Conclusion\nDr. Kalam's life and work resonate with the values of innovation and progress, which are also central to the vision of leaders like Narendra Modi.\n\n___\n\nThis summary encapsulates the key points from the execution while adhering to the required Markdown formatting.",
        "links": [],
        "created_at": 1745217391.751743
      },
      "created_at": 1745217226.63586,
      "end_time": null,
      "executed_by": {
        "_id": "67fdea40aac77be632954f0e",
        "metadata": null,
        "name": "nani799324",
        "type": "manual"
      },
      "execution_context": {},
      "execution_id": "c7b8ebd8-2c1c-4bcb-a547-a81904423ea2",
      "goal_template": null,
      "_id": "6805e6ca7d3775bffdb8760d",
      "previews": {},
      "projectID": "67fdea40aac77be632954f13",
      "runtime_inputs": {},
      "status": "completed"
    },
    {
      "agentflow_id": "67fdea9b68df1c3e9580a549",
      "files": [],
      "goal": "create a content about abdul kalam",
      "schedule": null,
      "start_from_agent_id": null,
      "input_variables": {},
      "task_id": "6805e5577d3775bffdb8760c",
      "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": [],
      "anomaly_detected": null,
      "conclusion": {
        "conclusion": "# Dr. A.P.J. Abdul Kalam: A Visionary Leader and Scientist\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 contributions to science and technology, along with his inspirational leadership, have left a lasting legacy.\n\n## Biography\n\n### Early Life\n\nBorn on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. He pursued physics and aerospace engineering, which laid the foundation for his illustrious career.\n\n### Career\n\nKalam joined the **Defence Research and Development Organisation (DRDO)** and later the **Indian Space Research Organisation (ISRO)**, where he played a pivotal role in India's civilian space program and military missile development.\n\n### Presidency\n\nIn 2002, Abdul Kalam was elected as the **President of India**, serving until 2007. His presidency was marked by efforts to make India a developed nation by 2020, emphasizing education and technology.\n\n### Later Life\n\nAfter his presidency, Kalam continued to engage with students and academia, inspiring millions with his vision for India's future. He passed away on July 27, 2015, while delivering a lecture at the Indian Institute of Management Shillong.\n\n## Achievements\n\n- Key architect of India's missile program, including the development of the **Agni** and **Prithvi** missiles.\n- Played a significant role in India's **Pokhran-II** nuclear tests in 1998.\n- Authored several books, including **'Wings of Fire'** and **'India 2020'**, which continue to inspire young minds.\n\n## Legacy\n\nDr. Kalam's legacy is one of inspiration and vision. He is remembered for his dedication to education, his humility, and his dream of a developed India. His life continues to motivate future generations to pursue science and innovation.\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 vision for India have left an indelible mark on the nation and the world.",
        "links": [],
        "created_at": 1745216895.894121
      },
      "created_at": 1745216855.383969,
      "end_time": null,
      "executed_by": {
        "_id": "67fdea40aac77be632954f0e",
        "metadata": null,
        "name": "nani799324",
        "type": "manual"
      },
      "execution_context": {},
      "execution_id": "d65a5658-5439-46b7-b82d-017c899e901f",
      "goal_template": null,
      "_id": "6805e5577d3775bffdb8760b",
      "previews": {},
      "projectID": "67fdea40aac77be632954f13",
      "runtime_inputs": {},
      "status": "completed"
    },
    {
      "agentflow_id": "67fdea9b68df1c3e9580a549",
      "files": [],
      "goal": "create a content about abdul kalam",
      "schedule": null,
      "start_from_agent_id": null,
      "input_variables": {},
      "task_id": "6805e44e7d3775bffdb8760a",
      "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": [],
      "anomaly_detected": null,
      "conclusion": {
        "conclusion": "# Dr. A.P.J. Abdul Kalam: The People's President\n\n## Introduction\n\nDr. A.P.J. Abdul Kalam, known as the **'Missile Man of India'**, was a visionary scientist and the 11th President of India. His life and work continue to inspire millions.\n\n## Biography\n\n### Early Life\n\nBorn on **October 15, 1931**, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. His early education was marked by a keen interest in science and mathematics.\n\n### Education\n\nHe graduated in **Physics** from St. Joseph's College, Tiruchirappalli, and later studied **aerospace engineering** at the Madras Institute of Technology.\n\n### Career\n\nKalam joined the **Defence Research and Development Organisation (DRDO)** and later the **Indian Space Research Organisation (ISRO)**, where he played a pivotal role in India's civilian space program and military missile development.\n\n## Achievements\n\n- Led the development of India's first satellite launch vehicle, **SLV-III**.\n- Played a key role in the **Pokhran-II nuclear tests** in 1998.\n- Authored several books, including **'Wings of Fire'** and **'India 2020'**.\n\n## Presidency\n\nKalam served as the President of India from **2002 to 2007**, where he was affectionately known as the **'People's President'** for his approachable and humble nature.\n\n## Legacy\n\nDr. Kalam's legacy is one of **inspiration and innovation**. He emphasized the importance of education and youth empowerment, leaving a lasting impact on India's scientific and educational landscape.\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 vision for India continue to inspire future generations.",
        "links": [],
        "created_at": 1745216628.386891
      },
      "created_at": 1745216590.772921,
      "end_time": null,
      "executed_by": {
        "_id": "67fdea40aac77be632954f0e",
        "metadata": null,
        "name": "nani799324",
        "type": "manual"
      },
      "execution_context": {},
      "execution_id": "ea11320d-e0d2-44a5-a5d7-4dfa5c9bc362",
      "goal_template": null,
      "_id": "6805e44e7d3775bffdb87609",
      "previews": {},
      "projectID": "67fdea40aac77be632954f13",
      "runtime_inputs": {},
      "status": "completed"
    },
    {
      "agentflow_id": "67fdea9b68df1c3e9580a549",
      "files": [],
      "goal": "create a content about abdul kalam",
      "schedule": null,
      "start_from_agent_id": null,
      "input_variables": {},
      "task_id": "6805e3a97d3775bffdb87608",
      "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": [],
      "anomaly_detected": null,
      "conclusion": {
        "conclusion": "# Dr. A.P.J. Abdul Kalam: A Visionary Leader and Scientist\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## Biography\n\n### Early Life\n\nBorn on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. He pursued physics and aerospace engineering, which laid the foundation for his illustrious career.\n\n### Career\n\nKalam joined the **Defence Research and Development Organisation (DRDO)** and later the **Indian Space Research Organisation (ISRO)**, where he played a pivotal role in India's civilian space program and military missile development.\n\n### Presidency\n\nIn 2002, Abdul Kalam became the **President of India**, serving until 2007. His presidency was marked by his focus on education and youth empowerment.\n\n## Achievements\n\n- Key architect of India's missile program, including the development of the **Agni** and **Prithvi** missiles.\n- Played a significant role in India's **Pokhran-II nuclear tests** in 1998.\n- Authored several books, including **'Wings of Fire'** and **'India 2020'**, inspiring young minds.\n\n## Legacy\n\nDr. Kalam's legacy is one of inspiration and vision. He is remembered for his dedication to education, his humility, and his dream of a developed India. His birthday is celebrated as **World Students' Day** in his honor.\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 vision for India continue to guide and inspire future generations.",
        "links": [],
        "created_at": 1745216582.085667
      },
      "created_at": 1745216425.41144,
      "end_time": null,
      "executed_by": {
        "_id": "67fdea40aac77be632954f0e",
        "metadata": null,
        "name": "nani799324",
        "type": "manual"
      },
      "execution_context": {},
      "execution_id": "5f316a19-debf-479c-aae5-5c3ecceef2b8",
      "goal_template": null,
      "_id": "6805e3a97d3775bffdb87607",
      "previews": {},
      "projectID": "67fdea40aac77be632954f13",
      "runtime_inputs": {},
      "status": "completed"
    },
    {
      "agentflow_id": "67fdea9b68df1c3e9580a549",
      "files": [],
      "goal": "run",
      "schedule": null,
      "start_from_agent_id": null,
      "input_variables": {},
      "task_id": "6805d8547d3775bffdb87551",
      "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": [],
      "anomaly_detected": null,
      "conclusion": {
        "conclusion": "# Overview of Execution\n\nIn this execution, I created a structured overview of Dr. A.P.J. Abdul Kalam's life and contributions, incorporating various sections that highlight his achievements, early life, presidency, and lasting legacy. The content was well-organized to provide a comprehensive understanding of his impact as a leader and scientist.\n\n## Summary of Content\n\n- **Title**: Dr. A.P.J. Abdul Kalam: A Visionary Leader and Scientist\n\n- **Introduction**: \n  Dr. A.P.J. Abdul Kalam, known as the 'Missile Man of India', was a renowned scientist and the 11th President of India. His contributions to science and technology, along with his inspirational leadership, have left a lasting legacy.\n\n- **Early Life**: \n  Born on October 15, 1931, in Rameswaram, Tamil Nadu, Abdul Kalam came from a humble background. Despite financial challenges, he pursued his education with determination, eventually earning a degree in aerospace engineering.\n\n- **Scientific Contributions**: \n  Kalam played a pivotal role in India's civilian space program and military missile development, leading projects like the SLV-III, which successfully deployed the Rohini satellite in near-earth orbit in 1980.\n\n- **Presidency**: \n  Serving as the President of India from 2002 to 2007, Kalam was known for his accessibility and efforts to connect with the youth. He emphasized the importance of education and innovation in national development.\n\n- **Legacy**: \n  Dr. Kalam's vision for India as a developed nation by 2020 inspired many. His books, such as 'Wings of Fire' and 'India 2020', continue to motivate young minds.\n\n- **Conclusion**: \n  Dr. A.P.J. Abdul Kalam's life is a testament to the power of dreams and perseverance. His contributions to science and his vision for India's future continue to inspire generations.\n\n___\n\nThis structured overview adheres to the Markdown formatting guidelines, ensuring clarity and readability while encapsulating the essence of Dr. A.P.J. Abdul Kalam's remarkable life and contributions.",
        "links": [],
        "created_at": 1745213574.97227
      },
      "created_at": 1745213524.773122,
      "end_time": null,
      "executed_by": {
        "_id": "67fdea40aac77be632954f0e",
        "metadata": null,
        "name": "nani799324",
        "type": "manual"
      },
      "execution_context": {},
      "execution_id": "1ffb0d1e-eab6-4935-939a-a4a630aefbf7",
      "goal_template": null,
      "_id": "6805d8547d3775bffdb87550",
      "previews": {},
      "projectID": "67fdea40aac77be632954f13",
      "runtime_inputs": {},
      "status": "completed"
    }
  ],
  "total_count": 8
}

Request

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

Responses

🟢200get executions
application/json
Body
data
array [object {23}] 
required
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
agents_output
array
required
anomaly_detected
null 
required
conclusion
object 
required
created_at
number 
required
end_time
null 
required
executed_by
object 
required
execution_context
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
total_count
integer 
required
Modified at 2025-04-25 09:33:15
Previous
create executeflow
Next
execute agentflow