Method: matters.savedQueries.list

Lists the saved queries in a matter.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
matterId

string

The ID of the matter to get the saved queries for.

Query parameters

Parameters
pageSize

integer

The maximum number of saved queries to return.

pageToken

string

The pagination token as returned in the previous response. An empty token means start from the beginning.

Request body

The request body must be empty.

Response body

Definition of the response for method ListSaveQuery.

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

JSON representation
{
  "savedQueries": [
    {
      object (SavedQuery)
    }
  ],
  "nextPageToken": string
}
Fields
savedQueries[]

object (SavedQuery)

List of saved queries.

nextPageToken

string

Page token to retrieve the next page of results in the list. If this is empty, then there are no more saved queries to 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.