REST API Services for CPQ Cloud Tasks Performance Logs Export Jump to Request Response Export Performance Log Events post /rest/v7/performanceLogs/actions/export This operation exports Performance Log events. Request Body () Root Schema : Export Performance Log Request Type: object Show Source exportedFileName(optional): string VersionReq(optional): string { "properties":{ "exportedFileName":{ "type":"string" }, "VersionReq":{ "type":"string" } } } Back to Top Response Default Response Body () Root Schema : Export Performance Log Response Type: object Show Source exportedFileName(optional): string { "properties":{ "exportedFileName":{ "type":"string" } } } Back to Top