---
title: "List Target Failures"
method: GET
path: "/api/v2/target_failures"
tags: ["Target Failures"]
---

# List Target Failures

`GET /api/v2/target_failures`

Returns the 25 most recent target failures, per target.

#### Stability

* Development

#### Allowed For

* Admins

## Response `200`

Success response

- TargetFailuresResponse
  - `target_failures` TargetFailureObject[]
    - `consecutive_failure_count` integer — Number of times the target failed consecutively
    - `created_at` string, date-time — Time of the failure
    - `id` integer — The ID of the target failure
    - `raw_request` string — The raw message of the target request
    - `raw_response` string — The raw response of the failure
    - `status_code` integer — HTTP status code of the target failure
    - `target_name` string — Name of the target failure
    - `url` string — The API url of the failure record

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
