---
title: "List API Errors"
method: GET
path: "/v4/accounts/{voip_id}/api-errors"
tags: ["API Errors"]
---

# List API Errors

`GET /v4/accounts/{voip_id}/api-errors`

Get a list of API errors related to your account. Your token should have 'oauth-management' scope to perform this request.

## Path parameters

- `voip_id` integer, required

## Query parameters

- `offset` integer
- `limit` integer
- `sort[id]` 'asc' | 'desc'
- `include_subaccounts` integer
- `filters[from]` string
- `filters[to]` string
- `mode` 'brief' | 'full'

## Response `200`

OK

- ListResponse
  - `filters` object
  - `sort` object
  - `total` integer
  - `limit` integer
  - `offset` integer
  - `items` object[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation failed
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/phone/apis/phoenix-api-by-phone-com.md) · [All operations](https://skmtc.dev/phone/apis/phoenix-api-by-phone-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/phone/phoenix-api-by-phone-com/revisions/a45345aa8568/schema)
