Skip to main content
GET
List PipelineStepExecutions

Query Parameters

pipelineRunId
string | null
pipelineRunIds
string[] | null

Batch filter: return step executions for any of these run ids in one call.

Maximum array length: 100
moduleInstanceIds
string[] | null

Return step executions acting on any of these module instances, newest first.

Maximum array length: 200
limitPerModuleInstance
integer<int32> | null

When set together with moduleInstanceIds, return only the newest N step executions per module instance.

Required range: 1 <= x <= 50
stepType
string[] | null

Filter to step executions of any of these step types, such as build or deploy.

Maximum array length: 20
cursor
string | null
limit
integer<int32> | null

Response

The request has succeeded.

data
object[]
required
meta
object
required