AI-generated Key Takeaways
- 
          
Returns a reconciliation report.
 - 
          
The HTTP request uses a GET method with a specific URL format.
 - 
          
A
nameparameter is required in the path, specifying the reconciliation report to fetch. - 
          
The request body must be empty.
 - 
          
The response body contains an instance of ReconciliationReport if successful.
 - 
          
The request requires the
https://www.googleapis.com/auth/travelpartnerOAuth scope. 
Returns a reconciliation report.
HTTP request
GET https://travelpartner.googleapis.com/v3/{name=accounts/*/reconciliationReports/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 The resource name of the reconciliation report to fetch. The format is   | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ReconciliationReport.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.