curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&pkgs&_sid=<api-key>'{
"success": true,
"data": {
"broken_pkgs": [
"string"
],
"cause_pausing_pkgs": [
"string"
],
"conflicted_pkgs": [
"string"
],
"non_exist_pkgs": [
"string"
],
"paused_pkgs": [
"string"
],
"queue": [
{
"beta": true,
"pkg": "string",
"volume": "string"
}
],
"replaced_pkgs": [
"string"
]
}
}