RolloutService
List endpoint rollouts
Lists rollout histories for an endpoint. Use filter=ROLLOUT_FILTER_ACTIVE to return only the active rollout, if one exists.
get/projects/{projectId}/endpoints/{endpointId}/rollouts
Path parameters
projectIdstring required
Project identifier.
endpointIdstring required
Endpoint identifier.
Query parameters
limitinteger
Maximum number of rollouts to return. Max 500, defaults to 50.
afterstring
Cursor from a previous rollout list response.
filter'ROLLOUT_FILTER_ACTIVE' | 'ROLLOUT_FILTER_TERMINAL'
Narrow results to active or terminal rollouts. Omit to list all rollouts.
Response
OK