---
title: "Get application deployment"
method: GET
path: "/applications/{owner}/{slug}/deployment"
tags: ["Applications"]
---

# Get application deployment

`GET /applications/{owner}/{slug}/deployment`

## Path parameters

- `owner` string, required
- `slug` string, required

## Response `200`

Retrieved

- ApplicationDeployment
  - `ready` boolean, required — Indicates whether the application deployment is ready.
  - `url` string, required — The URL of the application deployment.
  - `author` AccountPublic, required
    - `id` string, required
    - `account_type` string, required
    - `name` string, required
    - `display_name` string
    - `description` string
    - `picture_url` string — https://robohash.org/ladybugbot
  - `version` ApplicationVersion, required
    - `id` string, uuid, required — The application version ID
    - `author` AccountPublic, required
      - `id` string, required
      - `account_type` string, required
      - `name` string, required
      - `display_name` string
      - `description` string
      - `picture_url` string — https://robohash.org/ladybugbot
    - `tag` string, required — The tag for this version of the application
    - `release_notes` string — The release notes for the application version
    - `created_at` string, date-time — The time the application version was created
    - `build_status` BuildStatus, required
      - `status` 'pending' | 'running' | 'success' | 'failure' | 'cancelled' | 'awaiting_package_upload' | 'unknown', required — The status of a build.
      - `created_at` string, date-time — The date and time the build was created
      - `started_at` string, date-time — The date and time the build started
      - `finished_at` string, date-time — The date and time the build finished

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
