---
title: "Get a data extraction job"
method: GET
path: "/v1/fetcher/{id}"
tags: ["Fetcher"]
---

# Get a data extraction job

`GET /v1/fetcher/{id}`

Returns a data extraction job by identifier.

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

OK

- JobResponse — Ingestion job details
  - `completedAt` string — When the job completed in RFC3339 format (if completed)
  - `contextId` string — Context ID this job belongs to
  - `createdAt` string — Creation timestamp in RFC3339 format
  - `failedRows` integer — Number of rows that failed processing
  - `fileName` string — Original file name
  - `id` string — Unique identifier for the job
  - `sourceId` string — Source ID this job ingests data into
  - `startedAt` string — When the job started in RFC3339 format (null for QUEUED jobs)
  - `status` 'QUEUED' | 'PROCESSING' | 'COMPLETED' | 'FAILED' — Current status of the job
  - `totalRows` integer — Total number of rows in the file

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
