v1
latestOpenAPI 3.1.02026-08-063776831.4 MBCredentialingWorkflow
Get pipeline runs for a credentialing workflow
Retrieves pipeline runs for the specified credentialing workflow with optional filtering, pagination, and ordering.
get/credentialing-workflows/{workflowId}/pipeline-runs
Path parameters
workflowIdstring required
ID of the credentialing workflow
Query parameters
endAtIdstring
End at document ID, for backward cursor-based pagination
filterstring
Filter criteria. Example: {"createdAt":{"gte":"2023-01-01T00:00:00Z"}}
includeStepsboolean
Whether to include pipeline steps in the response
orderstring
Sort order. Example: {"createdAt":"desc"}
pageinteger
Page number (0-based), for offset-based pagination
sizeinteger
Page size
startAfterIdstring
Start after document ID, for forward cursor-based pagination
Headers
tenant-idstring required
Tenant ID
Response
Successfully retrieved pipeline runs
Example response
{
"totalCount": 100
}