---
title: "Get Bulk Operations"
method: GET
path: "/bulk_operations"
tags: ["Bulk Operations"]
---

# Get Bulk Operations

`GET /bulk_operations`

To retrieve bulk operation list<br>獲取批量操作

## Query parameters

- `status` 'all' | 'pending' | 'in_progress' | 'done' | 'failed' | 'timeout'

## Response `200`

OK

- Jobs
  - `items` 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
  - `pagination` Paginatable
    - `current_page` integer — The current page number<br>當前分頁
    - `per_page` integer — Number of result per page<br>每頁顯示 n 筆資料<br>(Default: 24)
    - `total_count` integer — Number of result in total<br>資料總量
    - `total_pages` integer — Number of pages in total<br>總頁數量

## Other responses

- `422` — Unprocessable Entity

---

[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)
