---
title: "Mark Ingestion Complete"
method: POST
path: "/ingestion/complete"
tags: ["INGESTION"]
deprecated: true
---

# Mark Ingestion Complete

`POST /ingestion/complete`

> **Deprecated.**

Marks ingestion as completed by updating the status of the specific task
identified by the task ID and nonce.

## Request body

- IngestionCompleteRequest
  - `state` object, nullable
  - `nonce` string, uuid, required
  - `task_id` integer, required

## Response `200`

Successful Response

- StandardResponse
  - `ok` boolean, required

## Other responses

- `403` — This operation is forbidden in the tenant domain.
- `404` — No started task found for this dataset type
- `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)
