Skip to main content
GET
ListTechEvents

Authorizations

X-WorldMonitor-Key
string
header
required

User-issued WorldMonitor API key.

Query Parameters

type
enum<string>

Event type filter: "all", "conference", "earnings", "ipo", "other". Empty = all.

Available options:
all,
conference,
earnings,
ipo,
other
mappable
boolean

Only events with non-virtual coordinates.

limit
integer<int32>

Max events to return. The handler clamps this to the range 1-200 and defaults to 50 when omitted; 0 is not unlimited (it clamps up to 1).

days
integer<int32>

Events within N days from now. The handler clamps this to the range 1-365 and defaults to 90 when omitted; 0 is not unlimited (it clamps up to 1).

jmespath
string

Optional JMESPath expression applied server-side to project or reduce the JSON response before it is returned (mirrors the MCP jmespath argument). Invalid expressions, expressions larger than 1024 UTF-8 bytes, or projections that exceed the 256 KB output cap return HTTP 400 with a {_jmespath_error, original_keys} envelope. Grammar and worked examples: https://www.worldmonitor.app/docs/mcp-jmespath.

Response

Successful response

ListTechEventsResponse contains tech events matching the request.

success
boolean

Whether the request succeeded.

count
integer<int32>

Total event count in response.

conferenceCount
integer<int32>

Number of conference-type events.

mappableCount
integer<int32>

Number of mappable (non-virtual with coords) events.

lastUpdated
string

ISO 8601 timestamp of last update.

events
object[]
error
string

Error message if success is false.