Runframe
API Reference

On-Call

Runframe V1 on-call API. Discover who is currently on call for your organization or a team.

Use this endpoint to resolve the current on-call responder before escalating or paging manually.


Get Current On-Call

GET /api/v1/on-call/current
ParameterTypeDescription
team_idstring (UUID)Optional team filter

Response:

{
  "success": true,
  "data": {
    "primary": {
      "id": "uuid",
      "name": "Jane Doe",
      "email": "jane@runframe.io"
    }
  }
}

The exact on-call object can vary depending on your org's scheduling setup, but the response envelope is stable.