You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/api/batches.mdx
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,10 @@ The `/batches` route gives information about the progress of batches of [asynchr
26
26
},
27
27
"indexUids": {
28
28
"INDEX_NAME": 1
29
-
}
29
+
},
30
+
"progressTrace": { … },
31
+
"writeChannelCongestion": { … },
32
+
"internalDatabaseSizes": { … }
30
33
},
31
34
"duration": "PT0.250518S",
32
35
"startedAt": "2024-12-10T15:20:30.18182Z",
@@ -103,6 +106,18 @@ List with the `types` of tasks contained in the batch.
103
106
104
107
List of the number of tasks in the batch separated by the indexes they affect.
105
108
109
+
#### `progressTrace`
110
+
111
+
List with full paths for each operation performed in the batch, together with the processing time in human-readable format.
112
+
113
+
#### `writeChannelCongestion`
114
+
115
+
Object containing information on write operations computed during indexing. Can be useful when diagnosing performance issues associated with write speeds.
116
+
117
+
#### `internalDatabaseSizes`
118
+
119
+
Size of each internal database, including by how much it changed after a batch was processed.
120
+
106
121
### `duration`
107
122
108
123
**Type**: String<br />
@@ -191,7 +206,10 @@ For example, `?uids=0` returns a batch containing the task with a `taskUid` equa
0 commit comments