Streamlit apps
Get a Streamlit app
Returns the app record. This does not check whether the app is currently being served; use GET /streamlit-apps/{streamlitAppId}/status for that.
get/streamlit-apps/{streamlitAppId}
Path parameters
streamlitAppIdstring uuid required
Streamlit app identifier.
Streamlit app identifier.
Response
Streamlit app
Example response
{
"streamlitApp": {
"id": "7a2f0c1e-0f5f-4a67-9a2c-4a0b7bb0f0a1",
"projectId": "61a8d92e-aa72-4f2e-8dce-cb78e10ecf7c",
"entrypoint": "apps/dashboard.py",
"url": "https://deepnote.com/streamlit-apps/7a2f0c1e-0f5f-4a67-9a2c-4a0b7bb0f0a1",
"createdAt": "2026-08-11T09:30:00.000Z"
}
}