AuthorizationstringheaderRequired Bearer API key for programmatic World access.
Example: Bearer nos_sk_...
Page through the event evidence behind one recent Event Trend bucket.
Explore the NOSIBLE World interface, inspect the World data dictionary, and browse the classification ontologies used by World.
AuthorizationstringheaderRequired Bearer API key for programmatic World access.
Example: Bearer nos_sk_...
idstringrequiredpathTrend result ID returned by Event Trend.
Example: tr_4a45c76c941f482e
bucketdaterequiredqueryBucket start date returned by Event Trend.
Example: 2026-06-01
groupstringqueryOptional group value to inspect.
Example: negative
limitintegerqueryPage size, up to 200.
Example: 50
cursorstringqueryOpaque next-page cursor.
Example: AAAAAAAAADI
Use this route immediately after Event Trend to inspect evidence for a bucket or one group. The handle is short-lived; restart the trend request if it expires.
These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.
totalintegerEvents retained for the selected bucket and optional group.
Example: 91
countintegerEvents returned in this page.
Example: 50
limitintegerApplied page size.
Example: 50
eventsobject[]Lite event records with semantic retrieval metadata.
Example: [{ event_id, event, signals, coverage, ontology, _semantic_score }]
next_cursorstring | nullOpaque next-page cursor.
Example: AAAAAAAAADI
invalid_request — The date, filter, cursor, identifier, or request combination is invalid.access_denied — The requested archive date is outside the caller's World tier.not_found — The requested date, entity, ticker, or event does not exist in the accessible index.cursor_expired — The cursor was minted against a replaced index build. Restart pagination from the first page.rate_limited — The request exceeded the endpoint or account rate limit. Respect Retry-After when supplied.backend_not_configured — The World backend is not configured for this deployment.backend_error — The BFF could not obtain a valid response from the World backend.backend_timeout — The World backend or an upstream data source timed out.