---
title: "Controller Parse Error"
method: POST
path: "/llm_meltano_helper/parse_error"
tags: ["llm_meltano_helper"]
---

# Controller Parse Error

`POST /llm_meltano_helper/parse_error`

Parse a meltano error message via the LLM and see what we can tell the user

## Request body

- ParseErrorPayload
  - `error_msg` string, required — Meltano raw error message

## Response `200`

Successful Response

- string

## Other responses

- `422` — Validation Error

---

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