Get Started
Endpoints
- Projects
- User Invitations
- Project Members
- Connections
- Flows
- Flow Runs
- Sample Data
- Pieces
- Project Releases
- Global Connections
- Git Sync
- Folders
- Flow Templates
- MCP Servers
Flow Runs
Flow Run Schema
The schema is of type object
.
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>"
}
Assistant
Responses are generated using AI and may contain mistakes.