cURL
curl --request GET \ --url https://api.example.com/api/v1/vm/{vm_id}/logs \ --header 'Authorization: Bearer <token>'
{ "entries": [ { "data_b64": "<string>", "stream": "stdout", "timestamp": "<string>", "exec_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "eof": true, "next_offset": 1 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
VM ID
Byte offset into the log file (default: 0)
x >= 0
Maximum number of log entries to return
Filter by 'stdout' or 'stderr'
Exec logs retrieved
Response for exec log tail requests.
Returned log entries.
Show child attributes
True when the end of file was reached.
Next byte offset to continue from.
Contact support