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

# List facility workflows eligible for multi-tenant outreach bundling

`GET /facility-credentialing-outreaches/bundlable-workflows`

Returns non-terminal facility workflows with the same NPI and credentialing cycle as the initiating workflow, across all tenants in the same facility shared group (CP-30517).

## Query parameters

- `initiatingWorkflowId` string, required

## Headers

- `tenant-id` string, required

## Response `200`

Bundlable facility workflows retrieved successfully

- FacilityBundlableWorkflowResponse[]
  - `id` string — Facility credentialing workflow ID
  - `tenantId` string — Tenant that owns the workflow
  - `tenantName` string — Display name of the owning tenant
  - `facilityName` string — Facility display name
  - `npi` string — Facility 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)
