Skip to main content
GET
/
isos
List ISOs
curl --request GET \
  --url https://api.cloud.onidel.com/isos \
  --header 'Authorization: Bearer <token>'
{
  "isos": [
    {
      "id": "7c1f2a90-4b3d-4e21-9a8c-1d2e3f4a5b6c",
      "date_created": "2025-01-05T13:00:20.010Z",
      "filename": "debian-12.iso",
      "name": "debian-12.iso",
      "desc": "",
      "size": 658505728,
      "status": 100,
      "is_system_iso": false
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

team_id
string

Team ID. Default team will be used if not provided.

Response

Successful operation

isos
object[]