get: tags: - Flows (Streams) security: - ApiKeyAuth: [] summary: Get available flow schemas description: Returns list of available flow schemas responses: '200': description: List os flow schemas. content: application/json: schema: type: array items: $ref: ../schemas/StreamAction.yaml '400': $ref: ../responses/BadRequest.yaml '401': $ref: ../responses/Unauthorized.yaml '402': $ref: ../responses/PaymentRequired.yaml '500': $ref: ../responses/InternalError.yaml