Method: matters.list

Lists matters the requestor has access to.

HTTP request

GET https://vault.googleapis.com/v1/matters

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
pageSize

integer

The number of matters to return in the response. Default and maximum are 100.

pageToken

string

The pagination token as returned in the response.

view

enum (MatterView)

Specifies how much information about the matter to return in response.

state

enum (State)

If set, lists only matters with the specified state. The default lists matters of all states.

Request body

The request body must be empty.

Response body

Provides the list of matters.

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

JSON representation
{
  "matters": [
    {
      object (Matter)
    }
  ],
  "nextPageToken": string
}
Fields
matters[]

object (Matter)

List of matters.

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.