Skip to main content
GET
/
measured-boot-images
List measured boot images
curl --request GET \
  --url https://api.cloud.onidel.com/measured-boot-images \
  --header 'Authorization: Bearer <token>'
{
  "files": [
    {
      "id": "7c1f2a90-4b3d-4e21-9a8c-1d2e3f4a5b6c",
      "filename": "debian-12.uki.efi",
      "description": "debian-12 measured boot",
      "size": 52428800,
      "created": "2025-01-05T13:00:20.010Z"
    }
  ]
}

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

files
object[]