---
title: "Get Transform Dlq Errors"
method: GET
path: "/transforms/{transform_id}/dlq"
tags: ["Transforms"]
---

# Get Transform Dlq Errors

`GET /transforms/{transform_id}/dlq`

Get DLQ errors for transform - retrieves the first DLQ error from the topic
and shows: timestamp, error message, message offset, link to the DLQ topic.

Returns:
    TransformDLQError: First DLQ error with parsed error message
    None: If transform not found, DLQ topic empty, or access error

## Path parameters

- `transform_id` string, required

## Response `200`

Successful Response

- TransformDLQError — Error information extracted from DLQ message headers.
  - `timestamp` string, date-time, required
  - `error_message` string, required
  - `message_offset` integer, required
  - `dlq_topic_name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/streamkap/apis/streamkap-rest-api.md) · [All operations](https://skmtc.net/streamkap/apis/streamkap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamkap/streamkap-rest-api/versions/8aea6143d003/schema)
