Method: projects.apps.issues.get

Retrieve an issue.

HTTP request

GET https://firebasecrashlytics.googleapis.com/v1alpha/{name=projects/*/apps/*/issues/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the issue to retrieve. Format: "projects/{project}/apps/{app}/issues/{issue}".

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Issue.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/firebase

For more information, see the OAuth 2.0 Overview.