---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://appmetrica.yandex.com/docs/en/mobile-api/push/get-status-id.md
  - https://appmetrica.yandex.com/docs/ru/mobile-api/push/get-status-id.md
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.com/docs/en/llms.txt

# Checking the status of a dispatch with transferId

Returns the status of a dispatch by its ID.

## Request format

```
GET https://push.api.appmetrica.yandex.net/push/v1/status/{transferId}
```

#|
|| `transferId` | ID of the dispatch. ||
|#

## Response format

```json translate=no
{
  "transfer": {
    "id": 1,
    "group_id": 1,
    "status": "failed",
    "errors": [
      "Identifier type google_aid requires defined message for platform android"
    ],
    "tag": "string",
    "creation_date": "2017-08-28T17:30:15+03:00"
  }
}
```

#|
|| `transfer` | Information about the dispatch. ||
|| `transfer.id` | ID of the dispatch. ||
|| `transfer.group_id` | Group ID. ||
|| `transfer.status` | Dispatch status. Possible values:

- `failed`: The request failed validation. The reason is in the `errors` field.
- `in_progress`: The request was successfully validated. A dispatch is in progress.
- `pending`: The request has been accepted and is awaiting validation.
- `sent`: Dispatch completed.
 ||
|| `transfer.errors` | Description of the validation error. The field is available with the `failed` status. ||
|| `transfer.tag` | The sending [tag](*tag). ||
|| `transfer.creation_date` | The date the dispatch request was created. ||
|#

<!-- source: en/_includes/feedback-button-2.md -->
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

<a href="../../troubleshooting/feedback-new">
  <span class="button">Contact support</span>
</a>

<a href="../../troubleshooting/feedback-docs">
  <span class="button">Suggest an improvement for documentation</span>
</a>
<!-- endsource: en/_includes/feedback-button-2.md -->

[*tag]: A tag is an arbitrary string that labels every sending performed by the API. You can label an arbitrary number of sendings by one tag. The report displays tag at the second level.