- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Lists the results of running a Replay.
HTTP request
GET https://policysimulator.googleapis.com/v1beta/{parent=projects/*/locations/*/replays/*}/results
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The  
 Example:   | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 The maximum number of  The maximum value is 5000; values above 5000 are rounded down to 5000.  | 
              
pageToken | 
                
                   
 A page token, received from a previous  When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListReplayResultsResponse.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
policysimulator.replayResults.list
For more information, see the IAM documentation.