For the complete documentation index, see llms.txt. This page is also available as Markdown.

slaData

Data object representing SLA information, including status, days past the SLA, and any custom SLA settings.

Examples

type SlaData {
  daysPastSLA: Float
  status: SlaStatus
}

Fields

Field
Description
Supported fields

daysPastSLA Float

Number of days past the SLA due date

status SlaStatus

Current SLA status

References

Fields with this object:

Last updated