cURL
curl --request GET \ --url https://ai-loop.alpeadria.com/api/v1/flows/{source} \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "HAi2EtVRQewrOjXt", "displayName": "Inquiry Processor", "status": "PUBLISHED" }, { "id": "VgtiK5DK1B", "displayName": "Customers KPI", "status": "PUBLISHED" } ], "nextCursor": null }
Retrieve all automation flows for a specific source from Activepieces.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of flows
Show child attributes