- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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
|
The matter ID. |
Query parameters
| Parameters | |
|---|---|
pageSize
|
The number of exports to return in the response. |
pageToken
|
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 (
|
| Fields | |
|---|---|
exports[]
|
The list of exports. |
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 .

