---
title: "Retrieves the collection of Workflow resources."
method: GET
path: "/workflows"
tags: ["Workflow"]
---

# Retrieves the collection of Workflow resources.

`GET /workflows`

Retrieves the collection of Workflow resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Workflow collection

- Workflow[]
  - `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.

---

[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)
