---
title: "Get sample upsert job status"
method: GET
path: "/samples/upsert/bulk/{key}/status"
tags: ["samples"]
---

# Get sample upsert job status

`GET /samples/upsert/bulk/{key}/status`

Retrieve the status of the job identified by id in the request.

## Path parameters

- `key` integer, required

## Response `200`

Success.

- GetBulkUpsertStatusResponse — Status of bulk upsert request.
  - `status` string — Status.
  - `errors` object[] — An array containing the error information of the samples that were not upserted.

## Other responses

- `400` — Bad Request
- `404` — Resource Not Found
- `default` — Error

---

[API](https://skmtc.net/salesforce/apis/refocus-api.md) · [All operations](https://skmtc.net/salesforce/apis/refocus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesforce/refocus-api/revisions/42c2153b047e/schema)
