v1

latestOpenAPI 3.1.02026-08-062951103.4 KB
flows

List flows

get/flows

Query parameters

cursorstring

Pagnination cursor to retrieve

limitinteger

Limit of flows to return

Response

OK

next_cursorstring nullable

Example response

{
  "data": [
    {
      "id": "flow_3Aree3otQWV2qXhFiehIIQpA",
      "name": "Default"
    }
  ],
  "next_cursor": "null"
}