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: api/v1.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ A "Bearer Token" is required to authenticate into the API, you can generate toke
22
22
* 200: OK
23
23
* 404: Result not found
24
24
25
-
26
-
27
25
***
28
26
29
27
### List results
@@ -36,7 +34,7 @@ curl localhost/api/v1/results
36
34
37
35
#### Filtering
38
36
39
-
You can filter the results response by the fields: `ping`, `download`, `upload`, `healthy`, `status`, `scheduled` and `created_at`. To filter on `created_at` use `start_at`and \`end\_at\`.
37
+
You can filter the results response by the fields: `ping`, `download`, `upload`, `healthy`, `status`, `scheduled` and `created_at`. To filter on `created_at` use `start_at`and `end_at`.
0 commit comments