Skip to main content
GET
/
search
/
{id}
/
stream
Stream search progress (SSE)
curl --request GET \
  --url https://api.osint.ly/search/{id}/stream \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Search UUID

Response

SSE stream or immediate JSON if already completed

The response is of type string.