items, with no pagination metadata (there is no cursor or total-count field) — treat the response as a single page.curl --location '/v1/flows'{
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"icon": "string",
"color": "string",
"createCardLabel": "string",
"cardCountLabel": "string",
"labelOptions": [
{}
]
}
]
}