---
title: Event Status
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/events-status
---

# Event Status

Retrieve the status of an asynchronous event.

## URL

GET https://vpp.itunes.apple.com/mdm/v2/status

## Query Parameters

eventId: The unique identifier for the asynchronous event.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: The provided token is invalid. It may either be missing or expired. 500 Internal Server Error: An internal server error occurred. Try again later.

## Mentioned in

Handling error responses Managing assets Managing users Subscribing to notifications

## Discussion

Discussion Example Request and Response

## Topics

### Response

- [StatusResponse](devicemanagement/statusresponse.md)
- [ErrorResponse](devicemanagement/errorresponse.md)
