v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
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

next_cursorstring

Cursor for the next page. Null if there are no more results.

object'list' required

Object type. Always list.