---
title: "List apps using layer"
method: GET
path: "/v2/layers/{layer}/apps"
tags: ["layers"]
---

# List apps using layer

`GET /v2/layers/{layer}/apps`

List apps that reference this layer.

The `layer_position` indicates the index in each app's `layers` array.

## Path parameters

- `layer` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

OK

- LayerAppRef[]
  - `id` string, uuid, required — Unique app identifier (UUID)
  - `slug` string, required — Human-readable app slug. App slugs must be 3–32 characters long, may contain only lowercase letters, numbers, and hyphens, cannot contain underscores, must not start or end with a hyphen, must not have consecutive hyphens in positions 3 and 4, and cannot be a reserved slug.
  - `layer_position` integer, required — Index of this layer in the app's `layers` array

---

[API](https://skmtc.net/deno/apis/deploy.md) · [All operations](https://skmtc.net/deno/apis/deploy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deno/deploy/versions/5a56038d108e/schema)
