---
title: "Retrieves a Workflow resource."
method: GET
path: "/workflows/{id}"
tags: ["Workflow"]
---

# Retrieves a Workflow resource.

`GET /workflows/{id}`

Retrieves a Workflow resource.

## Path parameters

- `id` string, required

## Response `200`

Workflow resource

- Workflow — Workflows represent sophisticated marketing automation campaigns that rely on triggering relevant and timely actions (like emails) for contacts in their database
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each workflow
  - `created` string — The time and date the workflow was created
  - `updated` string, nullable — The time and date the workflow was last updated.
  - `isActive` boolean, nullable — Whether the workflow is active or not
  - `type` string, nullable — Whether the workflow is based on enrollment or revolves around a static/dynamic date.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
