get: tags: - Flows (Streams) security: - ApiKeyAuth: [] summary: Get available flows actions description: Returns available flow actions responses: '200': description: List of flow actions 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