Activepieces · JSON Structure

Activepieces Flow Run List Structure

Paginated list of flow runs

Type: object Properties: 3
AutomationNo-CodeOpen SourceWorkflowAI AgentsMCP

FlowRunList is a JSON Structure definition published by Activepieces, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data next previous

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/activepieces/refs/heads/main/json-structure/activepieces-flow-run-list-structure.json",
  "name": "FlowRunList",
  "description": "Paginated list of flow runs",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FlowRun"
      }
    },
    "next": {
      "type": "string",
      "nullable": true
    },
    "previous": {
      "type": "string",
      "nullable": true
    }
  }
}