---
title: "Retrieve a list of escalation policies for a team"
method: GET
path: "/api-public/v1/team/{team}/policies"
tags: ["Escalation Policies", "Teams"]
deprecated: true
---

# Retrieve a list of escalation policies for a team

`GET /api-public/v1/team/{team}/policies`

> **Deprecated.**

Please see the Escalation Policies section for retrieving information on escalation policies

Get the escalation policies for the specified team.

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

## Path parameters

- `team` string, required

## Headers

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

## Response `200`

The escalation policy list. This does not include details about the actual notification steps of the policy.

- EscalationPolicyInfoList
  - `policies` EscalationPolicyInfo[], required — A list of escalation policy info objects
    - `policy` EscalationPolicySummary, required — A summary containing minimal, high-level information about an escalation policy.
      - `name` string, required — The name of this escalation policy
      - `slug` string, required — A unique identifier for this escalation policy. The slug is in the format `pol-[\w\d]{16}`
      - `_selfUrl` string, required — This is a URI that is generated for this escalation policy. It points to the entire escalation policy resource. and can be used to get detailed information about this escalation policy instead of just the summary.
    - `team` Team, required
      - `name` string, required — The team name
      - `slug` string, required — The unique identifier for this team. The slug is in the format `team-[\w\d]{16}`

## 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
- `404` — Team not found
- `422` — Team name or email is unavailable, or you have reached your team limit.
- `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/versions/7a7391256058/schema)
