---
title: "Get job status and file location(s)"
method: GET
path: "/api/v1/jobs/{jobId}"
tags: ["job"]
---

# Get job status and file location(s)

`GET /api/v1/jobs/{jobId}`

Returns the current status of an export job and ndjson file locations, if available. The file locations will be under `output` and any job processing that encountered errors will be written to _<...-error.ndjson>_ files and located under `errors`.

## Path parameters

- `jobId` integer, required

## Response `200`

Data export job has completed successfully. The response body will contain a JSON object providing metadata about the transaction.

## Other responses

- `202` — Data export job is in progress.
- `400` — Malformed request. The body will contain a FHIR OperationOutcome resource in JSON format. https://www.hl7.org/fhir/operationoutcome.html Please refer to the body of the response for details.
- `401` — Unauthorized. The provided credentials are invalid for the requested resource.
- `404` — The requested path was not found. The body will contain a FHIR OperationOutcome resource in JSON format. https://www.hl7.org/fhir/operationoutcome.html
- `410` — The requested resource is no longer available. The body will contain a FHIR OperationOutcome resource in JSON format. https://www.hl7.org/fhir/operationoutcome.html

---

[API](https://skmtc.net/cmsgov/apis/beneficiary-claims-data-api.md) · [All operations](https://skmtc.net/cmsgov/apis/beneficiary-claims-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cmsgov/beneficiary-claims-data-api/revisions/3565bdea5a5f/schema)
