v1

latestOpenAPI 3.0.32026-07-13351892.0 KB
Registry

ListApiDeployments returns matching deployments.

get/v1/projects/{project}/locations/{location}/apis/{api}/deployments

Path parameters

projectstring required

The project id.

locationstring required

The location id.

apistring required

The api id.

Query parameters

pageSizeinteger

The maximum number of deployments to return. The service may return fewer than this value. If unspecified, at most 50 values will be returned. The maximum is 1000; values above 1000 will be coerced to 1000.

pageTokenstring

A page token, received from a previous ListApiDeployments call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListApiDeployments must match the call that provided the page token.

filterstring

An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields.

Response

OK

nextPageTokenstring

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.