---
title: "Get dependencies for a specific app."
method: GET
path: "/client/{appId}/dependencies"
tags: ["Development API - Dependencies"]
---

# Get dependencies for a specific app.

`GET /client/{appId}/dependencies`

Retrieves the dependencies of an app identified by the appId.

## Path parameters

- `appId` string, required

## Response `200`

Successfully retrieved dependencies.

- object
  - `dependencies` string[]

## Other responses

- `404` — No dependencies found for the given appId.
- `500` — Server error.

---

[API](https://skmtc.net/tapcart/apis/tapcart-tapcart-app-pages-api.md) · [All operations](https://skmtc.net/tapcart/apis/tapcart-tapcart-app-pages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tapcart/tapcart-tapcart-app-pages-api/revisions/4b5a76199cc4/schema)
