Skip to main content

AirReportStatePayload

Payload type for AIR report status

type AirReportStatePayload {
checkId: ID
timestampOfCheck: DateTime
state: AirReportState!
message: String
messageMimeType: String
}

Fields

AirReportStatePayload.checkId ● ID scalar

The check ID associated with the AIR report. If the state is NOTFOUND, this field will be null.

AirReportStatePayload.timestampOfCheck ● DateTime scalar

The timestamp of the AIR report generation request. If the state is NOTFOUND, this field will be null.

AirReportStatePayload.state ● AirReportState! non-null enum

The status of the AIR report generation.

AirReportStatePayload.message ● String scalar

The message associated with the current state (can be null).

AirReportStatePayload.messageMimeType ● String scalar

The mimetype associated with the current message (can be null).

Returned By

onAirReportStatus subscription

Member Of

AirQueries object ● CheckStatusChangeTimelineItem object ● CheckStatusEvaluationTimelineItem object