---
title: "Show Target Failure"
method: GET
path: "/api/v2/target_failures/{target_failure_id}"
tags: ["Target Failures"]
---

# Show Target Failure

`GET /api/v2/target_failures/{target_failure_id}`

#### Stability

* Development

#### Allowed For

* Admins

## Response `200`

Success response

- TargetFailureResponse
  - `target_failure` 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)
