latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Applications

Get application deployment

get/applications/{owner}/{slug}/deployment

Path parameters

ownerstring required
slugstring required

Response

Retrieved

readyboolean required

Indicates whether the application deployment is ready.

urlstring required

The URL of the application deployment.

Example response

{
  "author": {
    "id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
    "account_type": "user",
    "name": "ladybugbot",
    "display_name": "Ladybug Bot",
    "description": "Beep Boop!"
  },
  "version": {
    "author": {
      "id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
      "account_type": "user",
      "name": "ladybugbot",
      "display_name": "Ladybug Bot",
      "description": "Beep Boop!"
    }
  }
}