---
title: "Get VPS Instance Events"
method: GET
path: "/vps/{deviceId}/events"
tags: ["VPS"]
---

# Get VPS Instance Events

`GET /vps/{deviceId}/events`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- VPSEvent[]
  - `createdAt` string, date-time — The created date/time of the VPS instance event.
  - `eventId` string — The unique ID corresponding to the event recorded.
  - `level` string — The level of the event ie. INFO, ERROR or WARNING.
  - `state` string — The state of the event at the time of recording ie. Scheduled, Started or Completed.
  - `type` string — The type of event being logged for the VPS instance.

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/versions/ee6b717b5015/schema)
