Method: projects.apps.reports.list

List all of the available reports.

HTTP request

GET https://firebasecrashlytics.googleapis.com/v1alpha/{parent=projects/*/apps/*}/reports

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The firebase application. Format: "projects/{project}/apps/{app_id}".

Request body

The request body must be empty.

Response body

Response method for the reports.list method. The response will always include all of the available reports.

If successful, the response body contains data with the following structure:

JSON representation
{
  "reports": [
    {
      object (Report)
    }
  ]
}
Fields
reports[]

object (Report)

The report objects returned will contain their names and usage instructions, but include no results. Use the reports.get method to run the report and obtain the paged results.

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.