---
title: "Trigger pipeline execution for credentialing workflow"
method: POST
path: "/credentialing-workflows/{workflowId}/pipeline-runs"
tags: ["CredentialingWorkflow"]
---

# Trigger pipeline execution for credentialing workflow

`POST /credentialing-workflows/{workflowId}/pipeline-runs`

Triggers pipeline execution for the specified credentialing workflow

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Request body

- RunPipelineRequest
  - `pipelineName` 'CAQH' | 'NPDB' | 'CREDENTIALING_WORKFLOW', required

## Response `200`

Successfully triggered pipeline execution

- object

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Credentialing workflow not found
- `500` — Internal Server Error - An unexpected error occurred

---

[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/versions/3d27e9019c7b/schema)
