---
title: "Retrieve a specific workflow"
method: GET
path: "/brands/{brand_id}/workflows/{id}"
tags: ["Workflows"]
---

# Retrieve a specific workflow

`GET /brands/{brand_id}/workflows/{id}`

## Path parameters

- `brand_id` integer, required
- `id` integer, required

## Response `200`

Workflow retrieved successfully.

- Workflow
  - `workflow_id` integer, nullable
  - `_brand_id` integer, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `entry_rule` string, nullable
  - `active` union
    - integer
    - boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/slicktext/apis/slicktext-api-new-platform.md) · [All operations](https://skmtc.dev/slicktext/apis/slicktext-api-new-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slicktext/slicktext-api-new-platform/revisions/6f6c30f01b42/schema)
