curl -X GET "https://api.whatabot.app/api/v1/flows?page=0&size=20" \ -H "X-Api-Key: wh_your_api_key"
{ "content": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "My Flow", "createdAt": "2025-01-15T10:30:00.000Z", "updatedAt": "2025-01-15T10:30:00.000Z", "workspace": { "id": "660e8400-e29b-41d4-a716-446655440000", "name": "My Workspace" } } ], "pageable": { "pageNumber": 0, "pageSize": 20, "sort": { "sorted": false, "unsorted": true, "empty": true }, "offset": 0, "paged": true, "unpaged": false }, "totalElements": 1, "totalPages": 1, "size": 20, "number": 0, "first": true, "last": true, "numberOfElements": 1, "empty": false }
List all flows with pagination and filtering.
wh_
ASC
DESC
today
last7days
last15days
last30days