GET /dashboard/service/{id}/vps/history

Get VPS action history

Retrieve the action history for the VPS.

Parameters

NameTypeInDescription
id*
integerpathThe service ID of the VPS.
page
integerqueryPage number for pagination.
search
stringquerySearch filter.

Response

200
403
404
successboolean
dataarray

Request

curl -X GET "https://api.royalehosting.net/dashboard/service/{id}/vps/history" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"

Response

{
  "success": true,
  "data": [
    {}
  ]
}