---
title: "Get App featured gallery"
method: GET
path: "/v1/public/apps/{slug}/gallery"
tags: ["Public Apps API"]
---

# Get App featured gallery

`GET /v1/public/apps/{slug}/gallery`

Fetch featured gallery results for a public App — no authentication required.

Executes the app's `featured_gallery` retriever using `default_inputs`
defined in the gallery configuration. Returns an empty result set if the
gallery is disabled or not configured.

## Path parameters

- `slug` string, required — Globally unique app slug

## Response `200`

Featured gallery results using the gallery's default inputs

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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