---
title: "List apps"
method: GET
path: "/api/v1/w/{wId}/spaces/{spaceId}/apps"
tags: ["Apps"]
---

# List apps

`GET /api/v1/w/{wId}/spaces/{spaceId}/apps`

Get all apps in the space identified by {spaceId}.

## Path parameters

- `wId` string, required
- `spaceId` string, required

## Response `200`

Apps of the workspace

- object
  - `apps` object[]
    - `id` integer — Unique identifier for the app
    - `sId` string — Unique string identifier for the app
    - `name` string — Name of the app
    - `description` string — Description of the app
    - `savedSpecification` string — Saved specification of the app
    - `savedConfig` string — Saved configuration of the app
    - `savedRun` string — Saved run identifier of the app
    - `dustAPIProjectId` string — ID of the associated Dust API project

## Other responses

- `400` — Bad Request. Missing or invalid parameters.
- `401` — Unauthorized. Invalid or missing authentication token.
- `404` — Workspace not found.
- `500` — Internal Server Error.

---

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