events

Search For Events

Search for events using the hybrid discovery agent (DB + Web). Returns a STREAM of NDJSON (Newline Delimited JSON) events.

Event Types:

  • {"type": "status", "msg": "...", "step": "..."}

  • {"type": "result", "data": [...events...]}

  • {"type": "error", "msg": "..."}

  • force_refresh: If True, bypasses local cache and triggers a fresh web scrape.

post/events/search

Query parameters

user_idstring nullable

Request body

querystring required
force_refreshboolean

Response

Successful Response

{"stackTrail":"paths:/events/search:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.