List Assets
GET {{base-url}}/{{flow-id}}/assets
Returns all assets attached to the flow. Currently only FLOW_JSON asset is supported
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"data":[{"name":"flow.json","asset_type":"FLOW_JSON","download_url":"https://scontent.xx.fbcdn.net/m1/v/t0.57323-24/An_Hq0jnfJ..."}],"paging":{"cursors":{"before":"QVFIU...","after":"QVFIU..."}}}