---
title: "Get an organization's on-call users"
method: GET
path: "/api-public/v1/oncall/current"
tags: ["On-call"]
---

# Get an organization's on-call users

`GET /api-public/v1/oncall/current`

Get all on-call users/teams for your organization.

This API may be called a maximum of 2 times per second.

## Headers

- `X-VO-Api-Id` string, required
- `X-VO-Api-Key` string, required

## Response `200`

All users and escalation policies currently on call

- object
  - `teamsOnCall` OnCallTeamsResource[]
    - `team` OnCallTeamResource
      - `name` string
      - `slug` string
    - `onCallNow` OnCallNowResource[]
      - `escalationPolicy` OnCallEscalationPolicyResource
        - `name` string
        - `slug` string
      - `users` OnCallUsersResource[]
        - `onCallUser` object
          - `username` string

## Other responses

- `400` — Problem with the request arguments. The response payload may include an error message.
- `401` — Authentication parameters missing
- `403` — Authentication failed or rate-limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/victorops/apis/victorops-api.md) · [All operations](https://skmtc.net/victorops/apis/victorops-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/victorops/victorops-api/revisions/7a7391256058/schema)
