Streams progress events with Server-Sent Events. If task is already finished, returns a JSON payload instead.
cURL
curl --request GET \ --url https://api.osint.ly/search/{id}/stream \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search UUID
SSE stream or immediate JSON if already completed
The response is of type string.
string
Was this page helpful?