---
title: "List installed packages"
method: GET
path: "/api/package"
tags: ["Packages"]
---

# List installed packages

`GET /api/package`

Returns the list of Python packages installed on the system.
Requires `admin` or `developer`.

## Response `200`

List of installed packages.

- PackageInfo[]
  - `name` string
  - `version` string
  - `type` 'pip' | 'zip' | 'git'
  - `can_update` boolean
  - `can_uninstall` boolean
  - `git_url` string
  - `branch` string
  - `zip_file_number` integer

## Other responses

- `403` — Access denied.

---

[API](https://skmtc.dev/docassemble/apis/docassemble-api.md) · [All operations](https://skmtc.dev/docassemble/apis/docassemble-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docassemble/docassemble-api/revisions/a75d7eea6826/schema)
