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: content/shared/influxdb3-query-guides/snapshots/snowflake.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -182,12 +182,12 @@ The `POST` request to the `/snapshots/export` endpoint triggers the export of da
182
182
183
183
#### Example: Check snapshot status
184
184
185
-
This example shows how to check the status of an ongoing or completed snapshot export using the HTTP API.
185
+
This example shows how to check the status of an ongoing or completed snapshot export using the HTTP API.
186
186
187
187
-**Method**: `GET`
188
188
-**Endpoint**: `/snapshots/status`
189
189
190
-
In this example, the GET request to the /snapshots/status endpoint retrieves the status of the snapshot export. This can be used to monitor the progress of the export or verify its completion.
190
+
The `GET` request to the `/snapshots/status` endpoint retrieves the status of the snapshot export. This can be used to monitor the progress of the export or verify its completion.
0 commit comments