cURL
curl --request GET \ --url https://api.mkinf.io/v0.1/projects/{id}/vms/operations \ --header 'Authorization: Bearer <token>'
{ "items": [ { "operation_id": "2d8fde0c-4115-462c-9bf3-547d6dae1555", "state": "SUCCEEDED", "metadata": { "operation_name": "CREATE", "id": "b3e571f6-c87d-4135-8081-ab219e92544e", "type": "vm", "request": {} }, "result": {}, "started_at": "2024-06-16T15:52:41Z", "completed_at": "2024-06-16T15:52:53Z" } ] }
List all the VM operations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project id
Resource id
Operation status
Lower time bound
The response is of type object.
object