---
title: "Poll the status of a previously submitted ingestion job."
method: GET
path: "/ingestion-jobs/{jobId}"
tags: ["IngestionJobs"]
---

# Poll the status of a previously submitted ingestion job.

`GET /ingestion-jobs/{jobId}`

Returns current status and per-operation counts for the job.

## Path parameters

- `jobId` string, uuid, required

## Response `200`

Job found

- DebituraWebCollectionPartnerApiControllersIngestionJobStatusResponse
  - `status` 0 | 1 | 2 | 3 | 4
  - `rowsTotal` integer
  - `rowsSucceeded` integer
  - `rowsFailed` integer

## Other responses

- `404` — Job not found or not owned by this partner

---

[API](https://skmtc.net/debitura/apis/debitura-collection-partner-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-collection-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-collection-partner-api/revisions/40bd25a4edaf/schema)
