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: docs/api/stream_api/index.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ supports running exhaustive searches returning a large volume of results without
7
7
putting pressure on the backend.
8
8
9
9
## Endpoint
10
+
10
11
`/.api/search/stream`
11
12
12
13
## Request
@@ -76,8 +77,6 @@ Events can be of the following types:
76
77
| alert | info, warning and error messages |
77
78
| done | always the last event |
78
79
79
-
Refer to the [interface definitions of our typescript client](https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/client/shared/src/search/stream.ts?L12) to learn about the schema of the event-types.
80
-
81
80
## Example (curl)
82
81
83
82
On Sourcegraph.com we can run queries without authentication.
0 commit comments