---
title: "Get operation errors"
method: GET
path: "/v1/operations/{operation_id}/errors"
tags: ["datasets"]
---

# Get operation errors

`GET /v1/operations/{operation_id}/errors`

Get errors for a given failed operation.

## Path parameters

- `operation_id` string, required

## Response `200`

Successful Response

- OperationErrorsResponse
  - `object` string
  - `data` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api.md) · [All operations](https://skmtc.net/nebius/apis/nebius-openai-compatible-inference-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nebius/nebius-openai-compatible-inference-api/versions/0fb323abba3c/schema)
