List Pipelines

gethttps://statsigapi.net/console/v1/release_pipelines

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Query parameters

limitinteger

Results per page

pageinteger

Page number

Response

application/json
200· List pipelines
messagestringrequired

A simple string explaining the result of the operation.

dataobject[]required
Show child attributes
id[]stringrequired

Pipeline ID

name[]stringrequired

Pipeline Name

creatorID[]stringrequired

Pipeline Creator ID

createdTime[]numberrequired

Pipeline Creation Time

lastModifierID[]stringrequired

Last Modifier ID

lastModifiedTime[]numberrequired

Last Modification Time

phases[]object[]

Phases of the release pipeline that will be executed in order.

id[]string

Phase ID

name[]stringrequired

Phase Name

timeIntervalMs[]numberrequired

Time interval in milliseconds for this phase

requiredReview[]booleanrequired

Whether this phase requires review to proceed

rules[]object[]required

Rules to apply in this phase

id[]string

The Statsig ID of this rule.

name[]stringrequired

The name of this rule.

conditions[]object[]required

An array of Condition objects.

targetValue[]oneOf
operator[]string
field[]string
customID[]string
type[]stringrequired
environments[]string[]

The environments this rule is enabled for.

triggerNotice[]string

A notice that will be displayed to the user on the config page when the release pipeline is triggered

paginationobjectrequired

Pagination metadata for checking if there is next page for example.

Was this helpful?