GET
/
flow
curl --request GET \
  --url http://localhost:3370/flow
{
  "items": [
    {
      "uid": "<string>",
      "endpoints": [
        {}
      ]
    }
  ],
  "offset": "<string>"
}

Query Parameters

q
string

Search query to filter flows

pp
integer
default:10

Items per page

offset
string

Pagination offset

Response

200 - application/json

List of flows

The response is of type object.