latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Applications

Get an application

get/applications/{owner}/{slug}

Path parameters

ownerstring required
slugstring required

Response

Retrieved

namestring required

The name of the application. Must be unique to a given owner

descriptionstring

A description of the application

publicboolean

Whether or not a application is publicly viewable

keywordsstring[]

A list of keywords associated with the application

imagestring

An image associated with the application

sourcestring

A link to the source code of the application

licensestring

The license of the application

sdk'streamlit' | 'dash' | 'react'

An enumeration.

is_paidboolean

Whether or not the application is paid

idstring required

The application ID

slugstring required

The application name in slug format

has_been_deployedboolean required

Whether or not the application has been deployed

urlstring

The URL of the application deployment

Example response

{
  "name": "Application Falcon",
  "description": "I always wanted to have a application called application Falcon",
  "keywords": [
    "falcon",
    "api"
  ],
  "id": "50bb7fe0-8f19-499e-972e-1ebec8af2c71",
  "owner": {
    "id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
    "account_type": "user",
    "name": "ladybugbot",
    "display_name": "Ladybug Bot",
    "description": "Beep Boop!"
  },
  "permissions": {
    "read": true
  },
  "slug": "application-falcon"
}