Flows
List Flows
Flows
List Flows
List flows
GET
/
v1
/
flows
curl --request GET \
--url https://cloud.activepieces.com/api/v1/flows/
{
"data": [
{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"projectId": "<string>",
"folderId": "<string>",
"status": "ENABLED",
"schedule": {
"type": "CRON_EXPRESSION",
"cronExpression": "<string>",
"timezone": "<string>"
},
"publishedVersionId": "<string>",
"version": {
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"flowId": "<string>",
"displayName": "<string>",
"trigger": {
"name": "<string>",
"valid": true,
"displayName": "<string>",
"nextAction": "<any>",
"type": "WEBHOOK",
"settings": {
"inputUiInfo": {
"currentSelectedData": "<any>",
"customizedInputs": {},
"lastTestDate": "<string>"
}
}
},
"updatedBy": "<string>",
"valid": true,
"state": "LOCKED"
}
}
],
"next": "<string>",
"previous": "<string>"
}
Query Parameters
Available options:
ENABLED
Response
200 - application/json
Default Response
Available options:
ENABLED
Available options:
WEBHOOK
Available options:
LOCKED
Cursor to the next page
Cursor to the previous page
curl --request GET \
--url https://cloud.activepieces.com/api/v1/flows/
{
"data": [
{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"projectId": "<string>",
"folderId": "<string>",
"status": "ENABLED",
"schedule": {
"type": "CRON_EXPRESSION",
"cronExpression": "<string>",
"timezone": "<string>"
},
"publishedVersionId": "<string>",
"version": {
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"flowId": "<string>",
"displayName": "<string>",
"trigger": {
"name": "<string>",
"valid": true,
"displayName": "<string>",
"nextAction": "<any>",
"type": "WEBHOOK",
"settings": {
"inputUiInfo": {
"currentSelectedData": "<any>",
"customizedInputs": {},
"lastTestDate": "<string>"
}
}
},
"updatedBy": "<string>",
"valid": true,
"state": "LOCKED"
}
}
],
"next": "<string>",
"previous": "<string>"
}