post https://external-api.xtremepush.com/api/external/info/task
The task methods are used to get information on asynchronous data tasks such as imports or deletions. This method is used to get info on a single task.
For more details about identifiers and status identifiers please see our general task methods reference guide.
Example
Example to return a select group of parameters for task you are trying to retrieve:
curl --request POST \
--url https://external-api.xtremepush.com/api/external/info/task/ \
--header 'content-type: application/json' \
--data '{
"apptoken": "YOUR_APPTOKEN",
"id": "62",
"select": ["id", "identifier", "errors", "finish_time"]
}'