- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists SecretVersions
. This call does not return secret data.
HTTP request
GET https://secretmanager.googleapis.com/v1/{parent=projects/*/secrets/*}/versions
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
Required. The resource name of the Secret
associated with the SecretVersions
to list, in the format projects/*/secrets/*
.
Authorization requires the following IAM
permission on the specified resource parent
:
-
secretmanager.versions.list
Query parameters
| Parameters | |
|---|---|
pageSize
|
Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000. |
pageToken
|
Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][]. |
filter
|
Optional. Filter string, adhering to the rules in List-operation filtering . List only secret versions matching the filter. If filter is empty, all secret versions are listed. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for SecretManagerService.ListSecretVersions
.
| JSON representation |
|---|
{
"versions"
:
[
{
object (
|
| Fields | |
|---|---|
versions[]
|
The list of |
nextPageToken
|
A token to retrieve the next page of results. Pass this value in |
totalSize
|
The total number of |
Authorization Scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

