Activepieces home pagelight logodark logo
  • GitHub
  • Pieces
  • Get Started
  • Get Started
Documentation
Develop Pieces
Embedding
API Reference
Deploy
Handbook
Get Started
  • Overview
Endpoints
  • Projects
  • Users
  • User Invitations
  • Project Members
  • Connections
  • Flows
  • Flow Runs
    • Flow Run Schema
    • GET
      Get Flow Run
    • GET
      List Flows Runs
  • Sample Data
  • Pieces
  • Project Releases
  • Global Connections
  • Git Sync
  • Folders
  • Flow Templates
  • MCP Servers
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",
  "duration": 123,
  "startTime": "<string>",
  "finishTime": "<string>",
  "environment": "PRODUCTION",
  "pauseMetadata": {
    "type": "DELAY",
    "resumeDateTime": "<string>",
    "handlerId": "<string>",
    "progressUpdateType": "WEBHOOK_RESPONSE"
  },
  "steps": {},
  "failedStepName": "<string>"
}
Flow Runs

Flow Run Schema

The schema is of type object.

Suggest editsRaise issue
Delete FlowGet Flow Run
websitegithubdiscord
Powered by Mintlify
Assistant
Responses are generated using AI and may contain mistakes.