---
title: "Fetch the requested sample app with its input data"
method: GET
path: "/v1/templates/{template_name}/sample-app"
tags: ["app templates"]
---

# Fetch the requested sample app with its input data

`GET /v1/templates/{template_name}/sample-app`

## Query parameters

- `sampleAppIdentifier` string

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- SampleApp
  - `uuid` string — The sample app instance unique identifier
  - `appParams` object
  - `dataInputs` object[]

## Other responses

- `404` — Template or app not found

---

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