---
title: "Get Errors Transform"
method: GET
path: "/transforms/{transforms_id}/errors"
tags: ["Transforms"]
---

# Get Errors Transform

`GET /transforms/{transforms_id}/errors`

## Path parameters

- `transforms_id` string, required

## Response `200`

Successful Response

- TransformJobError[]
  - `job_id` string, required
  - `job_name` string, required
  - `message` string, required
  - `stacktrace` 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)
