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}
|
ID of the dispatch. |
Response format
{
"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"
}
}
|
Information about the dispatch. |
|
ID of the dispatch. |
|
Group ID. |
|
Dispatch status. Possible values:
|
|
Description of the validation error. The field is available with the |
|
The sending tag. |
|
The date the dispatch request was created. |
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 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.