---
title: "GET /api/support/packages/{name}/"
method: GET
path: "/api/support/packages/{name}/"
tags: ["support"]
---

# GET /api/support/packages/{name}/

`GET /api/support/packages/{name}/`

Search and retrieve package definitions for support investigation.

List action supports full-text search via ``?q=`` (matched against
package name / registry id and verbose name).

Retrieve action looks up a single package by its registry id (the ``name``
field, e.g. ``@scope/collection/package``).  An optional ``?version=``
query parameter returns the config at that semantic version instead of the
current version.

## Path parameters

- `name` string, required

## Query parameters

- `version` string

## Response `200`

---

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