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

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

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

## 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.

## Changes

- **2026-07-01** `d09f9842235d` — 1 info
  - endpoint added
- **2022-06-23** `abc63a565218` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/changes/api/projects/:pid/deploys/:did/logs/get.md)

---

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