Gets a single trace by its ID.
HTTP request
GET https://cloudtrace.googleapis.com/v1/projects/{projectId}/traces/{traceId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
projectId |
Required. ID of the Cloud project where the trace data is stored. Authorization requires the following IAM permission on the specified resource
|
traceId |
Required. ID of the trace to return. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Trace
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/trace.readonly
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.