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 |
The number of matters to return in the response. Default and maximum are 100. |
pageToken |
The pagination token as returned in the response. |
view |
Specifies how much information about the matter to return in response. |
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 ( |
Fields | |
---|---|
matters[] |
List of matters. |
nextPageToken |
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.