Method: matters.exports.list

Lists details about the exports in the specified matter.

HTTP request

GET https://vault.googleapis.com/v1/matters/{matterId}/exports

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
matterId

string

The matter ID.

Query parameters

Parameters
pageSize

integer

The number of exports to return in the response.

pageToken

string

The pagination token as returned in the response.

Request body

The request body must be empty.

Response body

The exports for a matter.

If successful, the response body contains data with the following structure:

JSON representation
{
  "exports": [
    {
      object (Export)
    }
  ],
  "nextPageToken": string
}
Fields
exports[]

object (Export)

The list of exports.

nextPageToken

string

Page token to retrieve the next page of results in the list.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/ediscovery.readonly
  • https://www.googleapis.com/auth/ediscovery

For more information, see the Authorization guide.