# Get a push crash data report

This service provides the number of successful and failed push requests over the last 24 hours, for all the teams belonging to your organisation.

These statistics only account for crashes that have been recorded by the DriveKit SDK, sent to the DriveQuant analysis platform and processed.

By default, the report covers the last 24 hours. However, you can specify a `startDate` to generate the report for a more precise timeframe. If the `startDate` is more than 24h ago, it will be disregarded. For simplicity, the response includes both the `endDate` (date of the request) and the `startDate` (up to 24h before the `startDate`).

The date corresponds to the date the crash data are processed on the DriveQuant analysis platform.

{% hint style="info" %}
If you have your **enterprise API key**, you can try the API via this [**link**](https://drivequant.stoplight.io/docs/drivequant-public/457aae7f5f1e6-get-the-push-crash-metrics)**.**
{% endhint %}

{% openapi src="<https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FTTiLeuGg8U59w9k5PwxD%2FEnterprise.yaml?alt=media&token=068f1889-59e6-4bc6-8b74-7a985dfce3cb>" path="/push/crashes/metrics" method="get" %}
[Enterprise.yaml](https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FTTiLeuGg8U59w9k5PwxD%2FEnterprise.yaml?alt=media\&token=068f1889-59e6-4bc6-8b74-7a985dfce3cb)
{% endopenapi %}

### Response

The table below summarizes the response parameters.

<table><thead><tr><th width="186">Name</th><th width="135">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>status</code></td><td><code>string</code></td><td>Current status of the push service<br><em>Allowed values: <code>ACTIVE</code>, <code>ON_HOLD</code>, <code>INACTIVE</code></em></td></tr><tr><td><code>startDate</code></td><td><code>string</code></td><td>Start date of the report<br><em>Date format: <code>YYYY-MM-dd’T’HH:mm:ss.SSSZ</code></em></td></tr><tr><td><code>endDate</code></td><td><code>string</code></td><td>End date of the report (i.e., date of the request)<br><em>Date format: <code>YYYY-MM-dd’T’HH:mm:ss.SSSZ</code></em></td></tr><tr><td><code>failed</code></td><td><code>integer</code></td><td>Number of failed push requests</td></tr><tr><td><code>pushed</code></td><td><code>integer</code></td><td>Number of successful push requests</td></tr><tr><td><code>onHold</code></td><td><code>integer</code></td><td>Number of push requests on-hold (if the push service was paused)</td></tr><tr><td><code>total</code></td><td><code>integer</code></td><td>Total number of push requests</td></tr></tbody></table>
