---
title: "Get a Bulk Operation"
method: GET
path: "/bulk_operations/{id}"
tags: ["Bulk Operations"]
---

# Get a Bulk Operation

`GET /bulk_operations/{id}`

To retrieve a bulk operation with its id<br>獲取批量操作

## Path parameters

- `id` string, required

## Response `200`

OK

- Job
  - `id` string — ID
  - `name` string — Name of job
  - `type` string — Related resource of the job
  - `status` 'pending' | 'in_progress' | 'done' | 'failed' — Job status
  - `created_at` string — Job created time
  - `start_time` string — Job started time
  - `finish_time` string — Job completed time
  - `expiry_time` string — Job expire time
  - `total_count` integer — Number of data processed in total
  - `successful_count` integer — Number of data succeed
  - `failed_count` integer — Number of data failed
  - `ref_data` object — Job started time
    - `result_file` string — URL of file contains the job result
  - `created_by` string — Source of job
  - `performer_name` string — The name of user performed the job
  - `performer_type` string — The type of user performed the job
  - `performer_id` string — The ID of user performed the job
  - `performing_application_id` string — The ID of application performed the job

## Other responses

- `404` — Not found error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
