- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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
|
The ID of the matter to get the saved queries for. |
Query parameters
| Parameters | |
|---|---|
pageSize
|
The maximum number of saved queries to return. |
pageToken
|
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 (
|
| Fields | |
|---|---|
savedQueries[]
|
List of saved queries. |
nextPageToken
|
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 .

