diff --git a/tailbone/api/batch/core.py b/tailbone/api/batch/core.py index 4a24603e..1ceab308 100644 --- a/tailbone/api/batch/core.py +++ b/tailbone/api/batch/core.py @@ -100,6 +100,7 @@ class APIBatchView(APIBatchMixin, APIMasterView): 'id_str': batch.id_str, 'description': batch.description, 'notes': batch.notes, + 'params': batch.params or {}, 'rowcount': batch.rowcount, 'created': created, 'created_by_uuid': batch.created_by.uuid,