---
title: "Get design pipeline status"
method: GET
path: "/open-api/v1.0/design-pipeline/{pipelineId}"
tags: ["Design Pipeline"]
deprecated: true
---

# Get design pipeline status

`GET /open-api/v1.0/design-pipeline/{pipelineId}`

> **Deprecated.**

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Deprecated alongside the design-pipeline create endpoints; prefer POST /open-api/v1.0/products (type=design). Returns the current status of a design pipeline. Poll until status is DONE or ERROR. When DONE, includes rendered images and either customizationId (for previews) or offerId (for offers).

## Path parameters

- `pipelineId` string, required

## Response `200`

OK

- ComFourthwallOpenapiModelDesignpipelineDesignPipelineStatusV1
  - `pipelineId` string, required
  - `status` string, required
  - `type` string, required
  - `customizationId` string
  - `offerId` string
  - `images` ComFourthwallOpenapiModelDesignpipelineDesignPipelineImageV1[]
    - `url` string, required
    - `width` integer, required
    - `height` integer, required
    - `style` string, required
    - `color` string, required
    - `size` string
    - `region` string
  - `error` ComFourthwallOpenapiModelDesignpipelineDesignPipelineErrorV1
    - `step` string, required
    - `message` string, required
  - `metadata` object

## Other responses

- `400` — Possible errors: `MISSING_VERSION_ERROR`
- `403` — Possible errors: `DESIGN_PIPELINE_FORBIDDEN`
- `404` — Possible errors: `DESIGN_PIPELINE_NOT_FOUND`
- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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