---
title: "List packages"
method: GET
path: "/credentials/packages"
tags: ["Credentials"]
---

# List packages

`GET /credentials/packages`

Returns the names of all packages (apps) the authenticated owner has credentials grouped under. Use this to discover which `packageName` values are valid for the per-package credential routes.

## Response `200`

Packages fetched successfully

- object
  - `data` PackageSchema[], required
    - `packageName` string, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-07-07** `d5d1e5ee8188` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/credentials/packages/get.md)

---

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