---
title: "Get event bulk job status"
method: GET
path: "/events/bulk/{key}/status"
tags: ["events"]
---

# Get event bulk job status

`GET /events/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

## Changes

> 50 revisions in range; 13 could not be searched.

- **2019-01-08** (v1) `58ca922ff80d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/salesforce/apis/refocus-api/changes/events/bulk/:key/status/get.md)

---

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