GET
/
v1
/
projects
/
{project}
/
releases
{
  "releases": [
    {
      "name": "<string>",
      "title": "<string>",
      "files": [
        {
          "id": "<string>",
          "path": "<string>",
          "type": "TYPE_UNSPECIFIED",
          "version": "<string>",
          "changeType": "CHANGE_TYPE_UNSPECIFIED",
          "sheet": "<string>",
          "statement": "<string>",
          "sheetSha256": "<string>",
          "statementSize": "<string>"
        }
      ],
      "vcsSource": {
        "vcsType": "VCS_TYPE_UNSPECIFIED",
        "url": "<string>"
      },
      "creator": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "state": "STATE_UNSPECIFIED"
    }
  ],
  "nextPageToken": "<string>"
}

Path Parameters

project
string
required

The project id.

Query Parameters

pageSize
integer

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

pageToken
string

Not used. A page token, received from a previous ListReleases call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListReleases must match the call that provided the page token.

showDeleted
boolean

Show deleted releases if specified.

Response

200
application/json

OK

The response is of type object.