Last updated 3 days ago
Was this helpful?
List all engines owned by the user
The field to order the results by.
Results per page
The number of items to skip before starting to collect the result set
GET /v1/dev/engines HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Accept: */*
A successful response.
{ "engines": [ { "id": "text", "name": "text", "version": "text", "owner": "text", "type": "text", "status": "text", "description": "text", "hash": "text", "link": "text", "entrypoint": "text", "revision": 1, "createdAt": "2025-05-01T17:44:31.497Z", "updatedAt": "2025-05-01T17:44:31.497Z", "deletedAt": "2025-05-01T17:44:31.497Z", "platform": "text", "platformConfig": { "container": "text", "privateImage": true, "username": "text", "token": "text" }, "deviceRequirements": { "minCpu": 1, "minMemory": 2 } } ] }
Get status of engine
GET /v1/dev/engines/{engineTag}/status HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Accept: */*
{ "engineId": "text", "engineTag": "text", "engineData": "Ynl0ZXM=", "engineLink": "text", "engineStatus": "text" }