Skip to main content
GET
/
servers
/
{id}
/
console
Get console history
curl --request GET \
  --url https://your-domain.com/api/client/v1/servers/{id}/console \
  --header 'Authorization: Bearer <token>'
{
  "lines": [
    "<string>"
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Server UUID.

Query Parameters

size
integer
default:100
Required range: 1 <= x <= 500

Response

Console output

lines
string[]
count
integer