---
title: "Retrieve all project apps according to current organization"
method: GET
path: "/api/v1/projectapp/list"
tags: ["Project apps"]
---

# Retrieve all project apps according to current organization

`GET /api/v1/projectapp/list`

## Query parameters

- `Offset` integer
- `Limit` integer
- `SortBy` string
- `SortDirection` string
- `Search` string
- `Id` integer
- `ProjectId` integer
- `OrganizationId` integer

## Response `200`

OK

- ProjectAppList
  - `data` InstanceAppListDto[], nullable, required
    - `id` integer, required
    - `name` string, nullable, required
    - `namespace` string, nullable, required
    - `status` 'None' | 'Installing' | 'Uninstalling' | 'Ready' | 'NotReady' | 'Failure' | 'Cancelled', required
    - `version` string, nullable, required
    - `catalogId` integer, required
    - `catalogName` string, nullable, required
    - `catalogAppName` string, nullable, required
    - `catalogAppId` integer, required
    - `appRepoName` string, nullable, required
    - `logo` string, nullable, required
    - `autoSync` boolean, required
    - `created` string, nullable, required
    - `createdBy` string, nullable, required
    - `lastModified` string, nullable, required
    - `lastModifiedBy` string, nullable, required
    - `projectId` integer, required
    - `projectName` string, nullable, required
    - `logs` string, nullable, required
  - `totalCount` integer, required

## Other responses

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

---

[API](https://skmtc.dev/taikun/apis/taikun-webapi.md) · [All operations](https://skmtc.dev/taikun/apis/taikun-webapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/taikun/taikun-webapi/revisions/09395964d191/schema)
