---
title: "Get applets of app"
method: GET
path: "/v1/projects/{name}/applets"
tags: ["Apps"]
---

# Get applets of app

`GET /v1/projects/{name}/applets`

get applets of app that user owns

## Path parameters

- `name` string, required

## Response `200`

Successful operation

- Applets
  - `applets` object[]
    - `id` string — The id of applet
    - `name` string — The name of applet
    - `timestamp` string — The timestamp of applet
    - `state` string — The state of applet
    - `reason` string — The reason of applet
    - `release` object — The release of applet
      - `releaseID` string — The releaseID of release
      - `tag` string — The tag of release

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/versions/4413e6f56089/schema)
