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

# Get pipeline runs for a credentialing workflow

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

Retrieves pipeline runs for the specified credentialing workflow with optional filtering, pagination, and ordering.

## Path parameters

- `workflowId` string, required

## Query parameters

- `endAtId` string
- `filter` string
- `includeSteps` boolean
- `order` string
- `page` integer
- `size` integer
- `startAfterId` string

## Headers

- `tenant-id` string, required

## Response `200`

Successfully retrieved pipeline runs

- GetPipelineRunsResponse — Response containing a paginated list of pipeline runs
  - `totalCount` integer — Total count of pipeline runs matching the filter criteria
  - `data` object[] — Array of pipeline run records
    - `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
  - `links` PageLinks
    - `self` string
    - `next` string
    - `prev` string

## Other responses

- `400` — Invalid request parameters
- `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)
