/api/library-query-records/listByLibraryQueryId
OK
curl -L \ --url '//api/library-query-records/listByLibraryQueryId?libraryQueryId=text'
{ "code": 1, "message": "text", "data": [ { "id": "text", "libraryQueryId": "text", "datasourceType": "text", "tag": "text", "commitMessage": "text", "createTime": 1, "creatorName": "text" } ], "success": true }