Activepieces home pagelight logodark logo
  • GitHub
  • Get Started
  • Get Started
  • Documentation
  • Deploy
  • Develop Pieces
  • API
  • Discord
  • Pieces
  • Handbook
  • Get Started
    • Overview
    Endpoints
    • Projects
    • Project Members
    • Connections
    • Flows
    • Flow Runs
      • Flow Run Schema
      • GET
        Get Flow Run
      • GET
        List Flows Runs
    • Pieces
    • Git Sync
    Flow Runs

    Flow Run Schema

    The schema is of type object.

    Suggest editsRaise issue
    Delete FlowGet Flow Run
    websitegithubdiscord
    Powered by Mintlify
    Copy
    Ask AI
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "projectId": "<string>",
      "flowId": "<string>",
      "tags": [
        "<string>"
      ],
      "flowVersionId": "<string>",
      "flowDisplayName": "<string>",
      "terminationReason": "<string>",
      "logsFileId": "<string>",
      "tasks": 123,
      "status": "FAILED",
      "startTime": "<string>",
      "finishTime": "<string>",
      "environment": "PRODUCTION",
      "pauseMetadata": {
        "type": "DELAY",
        "resumeDateTime": "<string>"
      },
      "steps": {}
    }
    Assistant
    Responses are generated using AI and may contain mistakes.