---
title: "GET /api/projects/{pid}/deploys/{did}"
method: GET
path: "/api/projects/{pid}/deploys/{did}"
tags: ["api"]
---

# GET /api/projects/{pid}/deploys/{did}

`GET /api/projects/{pid}/deploys/{did}`

## Response `200`

OK

- Deploy
  - `did` integer — A unique integer value identifying this deploy.
  - `project` string, uuid, required — Project UUID.
  - `user` UserDetail, required — User details.
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `email` string, email
  - `status` 'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED' — Deploy status.
  - `spiders_count` string — Number of spiders in this deploy.
  - `created` string, date-time — Deploy creation date.

---

[API](https://skmtc.net/bitmakerla/apis/estela-api-v1-0-documentation.md) · [All operations](https://skmtc.net/bitmakerla/apis/estela-api-v1-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitmakerla/estela-api-v1-0-documentation/versions/ec53774a2b78/schema)
