---
title: "Get a Streamlit app"
method: GET
path: "/streamlit-apps/{streamlitAppId}"
tags: ["Streamlit apps"]
---

# Get a Streamlit app

`GET /streamlit-apps/{streamlitAppId}`

Returns the app record. This does not check whether the app is currently being served; use `GET /streamlit-apps/{streamlitAppId}/status` for that.

## Path parameters

- `streamlitAppId` string, uuid, required — Streamlit app identifier.

## Response `200`

Streamlit app

- GetStreamlitAppResponse
  - `streamlitApp` StreamlitApp, required
    - `id` string, uuid, required
    - `projectId` string, uuid, required
    - `entrypoint` string, required — Normalized project-relative path of the served file.
    - `url` string, uri, required — Address the app is served on.
    - `createdAt` string, date-time, required

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Streamlit app not found
- `409` — Project is suspended
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

- **2026-08-28** `20c4153a90e7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/deepnote/apis/deepnote-public-api/changes/streamlit-apps/:streamlitAppId/get.md)

---

[API](https://skmtc.dev/deepnote/apis/deepnote-public-api.md) · [All operations](https://skmtc.dev/deepnote/apis/deepnote-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepnote/deepnote-public-api/revisions/20c4153a90e7/schema)
