---
title: "Get a specific pipeline run for a credentialing workflow"
method: GET
path: "/credentialing-workflows/{workflowId}/pipeline-runs/{id}"
tags: ["CredentialingWorkflow"]
---

# Get a specific pipeline run for a credentialing workflow

`GET /credentialing-workflows/{workflowId}/pipeline-runs/{id}`

Retrieves a specific pipeline run by ID for the specified credentialing workflow

## Path parameters

- `id` string, required
- `workflowId` string, required

## Query parameters

- `includeSteps` boolean

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved pipeline run

- CredentialingWorkflowDataPipelineRequestResponse
  - `id` string
  - `data` JsonNode
    - `empty` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `array` boolean
    - `object` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `pojo` boolean
    - `number` boolean
    - `integralNumber` boolean
    - `floatingPointNumber` boolean
    - `short` boolean
    - `int` boolean
    - `long` boolean
    - `float` boolean
    - `double` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `boolean` boolean
    - `null` boolean
    - `binary` boolean
  - `credentialingWorkflowId` string
  - `dataPipelineRequestId` string
  - `createdAt` string, date
  - `createdBy` string
  - `updatedAt` string, date
  - `updatedBy` string
  - `createdByName` string
  - `updatedByName` string

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Pipeline run or 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)
