v4

latestOpenAPI 3.1.0BSD-3-Clauseraw.githubusercontent.com2026-08-0154110202.6 KB
mcp

Retrieves all change requests for an environment.

get/api/v1/environments/{environment_api_key}/list-change-requests/

Path parameters

environment_api_keystring required

Query parameters

committedboolean nullable

Filter on the committed status of a change request.

feature_idinteger

Filter for a particular feature.

live_from_afterstring date-time

Filter change requests due to go live after this datetime.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

searchstring

Fuzzy search across Change Request titles.

segment_idinteger

Filter change requests which match a specific segment id.

Response

idinteger
created_atstring date-time
updated_atstring date-time
titlestring
descriptionstring nullable
userinteger nullable
committed_atstring date-time nullable
committed_byinteger nullable
deleted_atstring date-time nullable
live_fromstring date-time nullable
environment_feature_versionsstring[]
ignore_conflictsboolean