Get the status of an asynchronous request made with the Device Actions.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
^[A-Za-z0-9\-]{3,32}$3 <= length <= 32^[A-Za-z0-9\-]{3,64}$3 <= length <= 64application/json
application/json
curl -X GET "https://example.com/m2m/v2/accounts/0000123456-00001/requests/d1f08526-5443-4054-9a29-4456490ea9f8/status"{ "requestId": "d1f08526-5443-4054-9a29-4456490ea9f8", "status": "Success", "subrequests": [ { "ids": { "kind": "eid", "id": "12345678901234567890123456789012" }, "status": "Success" } ]}{ "errorCode": 400, "errorMessage": "a brief description of the error"}