Skip to main content
GET
List endpoint rollouts

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Project identifier.

endpointId
string
required

Endpoint identifier.

Query Parameters

limit
integer

Maximum number of rollouts to return. Max 500, defaults to 50.

after
string

Cursor from a previous rollout list response.

filter
enum<string>

Narrow results to active or terminal rollouts. Omit to list all rollouts.

Available options:
ROLLOUT_FILTER_ACTIVE,
ROLLOUT_FILTER_TERMINAL

Response

OK

Response containing rollout resources and pagination metadata.

data
object[]
required

Rollouts under the endpoint.

object
any
required

Object type. Always list.

next_cursor
string

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