ReDoc documentation
Lists the bulk operation items that match specified search criteria.
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "extension_attributes": {
- "start_time": "string"
}, - "id": 0,
- "bulk_uuid": "string",
- "topic_name": "string",
- "serialized_data": "string",
- "result_serialized_data": "string",
- "status": 0,
- "result_message": "string",
- "error_code": 0
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}