- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the Performance Samples of a given Sample Series - The list results are sorted by timestamps ascending - The default page size is 500 samples; and maximum size allowed 5000 - The response token indicates the last returned PerfSample timestamp - When the results size exceeds the page size, submit a subsequent request including the page token to return the rest of the samples up to the page limit
May return any of the following canonical error codes: - OUT_OF_RANGE - The specified request pageToken is out of valid range - NOT_FOUND - The containing PerfSampleSeries does not exist
HTTP request
GET https://toolresults.googleapis.com/toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
projectId |
The cloud project |
historyId |
A tool results history ID. |
executionId |
A tool results execution ID. |
stepId |
A tool results step ID. |
sampleSeriesId |
A sample series id |
Query parameters
Parameters | |
---|---|
pageSize |
The default page size is 500 samples, and the maximum size is 5000. If the pageSize is greater than 5000, the effective page size will be 5000 |
pageToken |
Optional, the nextPageToken returned in the previous response |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"perfSamples": [
{
object ( |
Fields | |
---|---|
perfSamples[] |
|
nextPageToken |
Optional, returned if result size exceeds the page size specified in the request (or the default page size, 500, if unspecified). It indicates the last sample timestamp to be used as pageToken in subsequent request |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.