GET
/
v1
/
projects
/
{project}
/
rollouts
{
  "rollouts": [
    {
      "name": "<string>",
      "plan": "<string>",
      "title": "<string>",
      "stages": [
        {
          "name": "<string>",
          "id": "<string>",
          "environment": "<string>",
          "tasks": [
            {
              "name": "<string>",
              "specId": "<string>",
              "status": "STATUS_UNSPECIFIED",
              "skippedReason": "<string>",
              "type": "TYPE_UNSPECIFIED",
              "target": "<string>",
              "databaseCreate": {
                "project": "<string>",
                "database": "<string>",
                "table": "<string>",
                "sheet": "<string>",
                "characterSet": "<string>",
                "collation": "<string>",
                "environment": "<string>"
              },
              "databaseSchemaUpdate": {
                "sheet": "<string>",
                "schemaVersion": "<string>"
              },
              "databaseDataUpdate": {
                "sheet": "<string>",
                "schemaVersion": "<string>"
              },
              "databaseDataExport": {
                "target": "<string>",
                "sheet": "<string>",
                "format": "FORMAT_UNSPECIFIED",
                "password": "<string>"
              }
            }
          ]
        }
      ],
      "creator": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "issue": "<string>"
    }
  ],
  "nextPageToken": "<string>"
}

Path Parameters

project
string
required

The project id.

Query Parameters

pageSize
integer

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

pageToken
string

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

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

Response

200
application/json

OK

The response is of type object.