List Flows

GET {{base-url}}/{{waba-id}}/flows

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

{"data":[{"name":"my first flow","status":"DRAFT","categories":["SIGN_UP"],"validation_errors":[],"id":"flow-1"},{"name":"my second flow","status":"DRAFT","categories":["SIGN_UP","SIGN_IN"],"validation_errors":[{"error":"INVALID_PROPERTY","error_type":"JSON_SCHEMA_ERROR","message":"The property \"initial-text\" cannot be specified at \"$root/screens/0/layout/children/2/children/0\".","line_start":46,"line_end":46,"column_start":17,"column_end":30}],"id":"flow-2"},{"name":"another flow","status":"PUBLISHED","categories":["CONTACT_US"],"validation_errors":[],"id":"flow-3"}],"paging":{"cursors":{"before":"QVFIUnpKT...","after":"QVFIUnZAWV..."}}}