---
title: "List packages"
method: GET
path: "/credentials/packages"
tags: ["App 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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
