get
GET /api/v1/flows/{flowId}/parameters HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "token": "text",
    "promptTemplate": {
      "id": "text",
      "idCreated": "2025-04-26T09:07:50.998Z",
      "key": "text",
      "name": "text",
      "template": "text",
      "language": "text",
      "llm": "text"
    }
  }
]