---
title: "Ingest Result"
method: GET
path: "/api/v1/ingest/result/{task_id}"
---

# Ingest Result

`GET /api/v1/ingest/result/{task_id}`

Fetch result of ingest task.

## Path parameters

- `task_id` string, required

## Response `200`

Successful Response

- TaskTicket — ID and status for the async tasks
  - `status` string, required
  - `task_id` string, required

## Other responses

- `202` — Task still processing
- `404` — Task not found
- `422` — Validation Error

---

[API](https://skmtc.dev/forward-operators/apis/arxiv-publications-plugin.md) · [All operations](https://skmtc.dev/forward-operators/apis/arxiv-publications-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forward-operators/arxiv-publications-plugin/revisions/09d7eef4b7b0/schema)
