v1

latestOpenAPI 3.1.02026-08-067019120.8 KB
Packages

Poll the status of a package update

Returns the status of a background package installation or uninstallation. Requires admin, developer, or the manage_packages permission.

get/api/package_update_status

Query parameters

task_idstring required

Task ID returned by POST/DELETE /api/package.

Response

Status of the package update operation.

status'working' | 'completed' | 'unknown'
okboolean

Whether the operation succeeded (present when status=completed).

logstring

pip output log (present when status=completed and ok=true).

error_messagestring

Error details (present when status=completed and ok=false).