---
title: "Get Pipeline Status"
method: GET
path: "/orchestration/optimize-and-deploy/{brand_id}/{token}"
tags: ["orchestration"]
---

# Get Pipeline Status

`GET /orchestration/optimize-and-deploy/{brand_id}/{token}`

Get the status of an optimize-and-deploy pipeline by token

## Path parameters

- `brand_id` integer, required
- `token` string, required

## Response `200`

Successful Response

- OrchestrationStatusResponse — Response for orchestration status check.
  - `token` string, required
  - `url` string, required
  - `status` string, required
  - `orchestration_status` 'audit' | 'optimizing' | 'deploying' | 'completed' | 'failed', nullable
  - `optimization_run_id` string, nullable
  - `axp_version_id` integer, nullable
  - `result` object, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/scrunch/apis/scrunch-data-api.md) · [All operations](https://skmtc.dev/scrunch/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrunch/scrunch-data-api/revisions/3e09c2a06458/schema)
