---
title: "List workflows eligible for multi-tenant outreach bundling"
method: GET
path: "/credentialing-outreaches/bundlable-workflows"
tags: ["Credentialing Outreach Resource"]
---

# List workflows eligible for multi-tenant outreach bundling

`GET /credentialing-outreaches/bundlable-workflows`

Returns non-terminal workflows with the same practitioner NPI and credentialing cycle as the initiating workflow, across all tenants (CP-30514).

## Query parameters

- `initiatingWorkflowId` string, required

## Headers

- `tenant-id` string, required

## Response `200`

Bundlable workflows retrieved successfully

- BundlableWorkflowResponse[]
  - `id` string — Credentialing workflow ID
  - `tenantId` string — Tenant that owns the workflow
  - `tenantName` string — Display name of the owning tenant
  - `practitionerName` string — Practitioner display name
  - `npi` string — Practitioner NPI
  - `credentialingCycle` string — Credentialing cycle
  - `credentialingStatus` string — Current credentialing status

## Other responses

- `400` — Invalid or missing initiatingWorkflowId
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Initiating workflow not found

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
