Servers

List Host Profiles

Return every generated host profile: the platform inputs each measurement was built from.

Pairs with GET /servers/tee/measurements, joined on fingerprint. Together they make RTMR0 independently reproducible: regenerate it from the inputs here and compare it to the published measurement for the same fingerprint. A quote holder can also see which host class their RTMR0 corresponds to.

Also the source the sek8s chutes-cvm generate-measurements CLI reads, which is why it is public and unauthenticated -- the generation side needs the profiles, not database credentials.

Machine-identifying fields (hostname, submission timestamp) are stripped, and the submitter's hotkey/nonce/signature are columns this query never selects. What remains is host-class data. No authentication required.

get/servers/tdx/host_profiles

Response

Successful Response

fingerprintstring required
profileobject required

Changes