Skip to content

Shift summaries

Shift summaries provide a quick overview of what happened during an on-call shift. They are included in handoff notifications and available via API.

API

text
GET /api/v1/oncall/schedules/{schedule_id}/shift-summary

Response fields:

FieldTypeDescription
activeintegerCurrently open incidents
resolvedintegerIncidents resolved during the shift
criticalintegerCritical (SEV1) incidents
total_openedintegerTotal incidents opened
acknowledgedintegerIncidents acknowledged
avg_mttr_minfloatAverage time to resolve (minutes)
avg_mtta_minfloatAverage time to acknowledge (minutes)

Usage in notifications

Shift summaries are automatically included in:

  • Handoff messages — sent when on-call shifts change, showing the outgoing responder's shift stats
  • Shift start reminders — sent 15 minutes before a shift begins, showing the current shift's active incidents

Built by the Batida team