---
title: "Report Failure"
method: POST
path: "/sdk/failures"
tags: ["SDK"]
deprecated: true
---

# Report Failure

`POST /sdk/failures`

> **Deprecated.**

Store a lineage failure report in S3 for reproduction.

## Request body

- FailureReportRequest
  - `operation` string, required
  - `sql` string, required
  - `dialect` string, nullable
  - `schema_json` object, nullable
  - `result_json` object, nullable
  - `duration_ms` integer
  - `reason` string, required
  - `sdk_version` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
