Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/api/stream_api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ supports running exhaustive searches returning a large volume of results without
putting pressure on the backend.

## Endpoint

`/.api/search/stream`

## Request
Expand Down Expand Up @@ -76,8 +77,6 @@ Events can be of the following types:
| alert | info, warning and error messages |
| done | always the last event |

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.

## Example (curl)

On Sourcegraph.com we can run queries without authentication.
Expand Down