Skip to main content

Result Export Schema

This is the schema Mondoo uses when exporting result data to JSONL.

Result type

object

Result properties

PropertyTypeRequired?Nullable?
asset_mrnstringYesNo
query_mrnstringYesNo
titlestringYesNo
mqlstringYesNo
dataNot specifiedYesNo
exported_atstringYesNo
scoreintegerYesNo
statusstringYesNo
modified_atstringYesNo
failed_atstringYesNo

asset_mrn property

Unique identifier for the query result item's asset

asset_mrn

TypeRequired?Nullable?
StringYesNo

query_mrn property

Unique identifier for the query

query_mrn

TypeRequired?Nullable?
StringYesNo

title property

The title of the query result item

title

TypeRequired?Nullable?
StringYesNo

mql property

MQL of the query result item

mql

TypeRequired?Nullable?
StringYesNo

data property

The data of the query result item

data

TypeRequired?Nullable?
UnknownYesNo

exported_at property

Timestamp from when the data was exported. This is a date-time string matching RFC 3339, section 5.6.

exported_at

TypeRequired?Nullable?
StringYesNo

score property

Score of the check result item

score

TypeRequired?Nullable?
IntegerYesNo

status property

Status of the check result item

status

TypeRequired?Nullable?
StringYesNo

modified_at property

Timestamp from when this check result item was last modified. This is a date-time string matching RFC 3339, section 5.6.

modified_at

TypeRequired?Nullable?
StringYesNo

failed_at property

Optional timestamp from when this check result item failed This is a date-time string matching RFC 3339, section 5.6.

failed_at

TypeRequired?Nullable?
StringYesNo