Method: projects.traces.get

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

string

Required. ID of the Cloud project where the trace data is stored.

Authorization requires the following IAM permission on the specified resource projectId:

  • cloudtrace.traces.get
traceId

string

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.