Authorizations
Use your api key generated from the admin console
Query Parameters
Available options:
LOCKED
curl --request GET \
--url https://cloud.activepieces.com/api/v1/flows \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"projectId": "<string>",
"externalId": "<string>",
"folderId": "<string>",
"status": "ENABLED",
"publishedVersionId": "<string>",
"metadata": {},
"version": {
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"flowId": "<string>",
"displayName": "<string>",
"trigger": {
"name": "<string>",
"valid": true,
"displayName": "<string>",
"nextAction": "<any>",
"type": "PIECE_TRIGGER",
"settings": {
"sampleData": {
"sampleDataFileId": "<string>",
"sampleDataInputFileId": "<string>",
"lastTestDate": "<string>"
},
"propertySettings": {},
"customLogoUrl": "<string>",
"pieceName": "<string>",
"pieceVersion": "<string>",
"triggerName": "<string>",
"input": {}
}
},
"updatedBy": "<string>",
"valid": true,
"schemaVersion": "<string>",
"agentIds": [
"<string>"
],
"state": "LOCKED",
"connectionIds": [
"<string>"
]
},
"triggerSource": {
"schedule": {
"type": "CRON_EXPRESSION",
"cronExpression": "<string>",
"timezone": "<string>"
}
}
}
],
"next": "<string>",
"previous": "<string>"
}
List flows
curl --request GET \
--url https://cloud.activepieces.com/api/v1/flows \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"projectId": "<string>",
"externalId": "<string>",
"folderId": "<string>",
"status": "ENABLED",
"publishedVersionId": "<string>",
"metadata": {},
"version": {
"id": "<string>",
"created": "<string>",
"updated": "<string>",
"flowId": "<string>",
"displayName": "<string>",
"trigger": {
"name": "<string>",
"valid": true,
"displayName": "<string>",
"nextAction": "<any>",
"type": "PIECE_TRIGGER",
"settings": {
"sampleData": {
"sampleDataFileId": "<string>",
"sampleDataInputFileId": "<string>",
"lastTestDate": "<string>"
},
"propertySettings": {},
"customLogoUrl": "<string>",
"pieceName": "<string>",
"pieceVersion": "<string>",
"triggerName": "<string>",
"input": {}
}
},
"updatedBy": "<string>",
"valid": true,
"schemaVersion": "<string>",
"agentIds": [
"<string>"
],
"state": "LOCKED",
"connectionIds": [
"<string>"
]
},
"triggerSource": {
"schedule": {
"type": "CRON_EXPRESSION",
"cronExpression": "<string>",
"timezone": "<string>"
}
}
}
],
"next": "<string>",
"previous": "<string>"
}
Use your api key generated from the admin console
Show child attributes
LOCKED