GET
/
v1
/
instances
/
{instance}
/
databases
/
{database}
/
revisions
{
  "revisions": [
    {
      "name": "<string>",
      "release": "<string>",
      "createTime": "2023-11-07T05:31:56Z",
      "deleter": "<string>",
      "deleteTime": "2023-11-07T05:31:56Z",
      "file": "<string>",
      "version": "<string>",
      "sheet": "<string>",
      "sheetSha256": "<string>",
      "statement": "<string>",
      "statementSize": "<string>",
      "issue": "<string>",
      "taskRun": "<string>"
    }
  ],
  "nextPageToken": "<string>"
}

Path Parameters

instance
string
required

The instance id.

database
string
required

The database id.

Query Parameters

pageSize
integer

The maximum number of revisions to return. The service may return fewer than this value. If unspecified, at most 10 revisions 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 ListRevisions call. Provide this to retrieve the subsequent page.

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

showDeleted
boolean

Response

200
application/json

OK

The response is of type object.