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 |
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 ( |
| Fields | |
|---|---|
reports[] |
The report objects returned will contain their names and usage instructions, but include no results. Use the |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/firebase
For more information, see the OAuth 2.0 Overview.