v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Bulk Operations

Get Bulk Operations

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

get/bulk_operations

Query parameters

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

Specify the status for bulk operations<br> 指定批量操作狀態的過濾

Response

OK

Example response

{
  "items": [
    {
      "id": "5f8e5dc08a8bb70a5c9cd93c",
      "name": "products/import",
      "type": "product",
      "status": "done",
      "created_at": "2020-10-20T03:50:00.323Z",
      "start_time": "2020-10-20T03:50:00.323Z",
      "finish_time": "2020-10-20T03:50:00.323Z",
      "expiry_time": "2020-10-20T03:50:00.323Z",
      "ref_data": {
        "result_file": "http://www.amazon.com"
      },
      "created_by": "system",
      "performer_name": "some_shop",
      "performer_type": "User",
      "performer_id": "5e65b4d1470c710019dc4256",
      "performing_application_id": "5e65b4d1470c710019dc4256"
    }
  ],
  "pagination": {
    "current_page": 1,
    "per_page": 24,
    "total_count": 1,
    "total_pages": 1
  }
}