Skip to main content

Datadog/events

@webframp/datadog/eventsv2026.07.20.11· 5d agoMODELS
01README

Datadog Events — event search and submission

02Release Notes

2026.07.20.11

Added: Initial code-generated release of @webframp/datadog/events with 4 methods covering the Datadog events API surface.

03Models1
@webframp/datadog/eventsv2026.07.20.11datadog/events.ts

Global Arguments

ArgumentTypeDescription
apiKeystringDatadog API key (DD-API-KEY)
appKeystringDatadog application key (DD-APPLICATION-KEY)
siteenumDatadog site
fn list_events(filter_query?: string, filter_from?: string, filter_to?: string, sort?: string)
Get a list of events
ArgumentTypeDescription
filter_query?stringSearch query following events syntax.
filter_from?stringMinimum timestamp for requested events, in milliseconds.
filter_to?stringMaximum timestamp for requested events, in milliseconds.
sort?stringOrder of events in results.
fn create_event(aggregation_key?: string, attributes: unknown, category: unknown, host?: string, integration_id?: unknown, message?: string, tags?: array, timestamp?: string, title: string)
Post an event
ArgumentTypeDescription
aggregation_key?string
attributesunknown
categoryunknown
host?stringHost name to associate with the event. Any tags associated with the host are ...
integration_id?unknown
message?stringFree formed text associated with the event. It's suggested to use `data.attri...
tags?arrayA list of tags associated with the event. Maximum of 100 tags allowed. Refer ...
timestamp?string
titlestringThe title of the event. Limited to 500 characters.
fn search_events(filter?: unknown, options?: unknown, page?: unknown, sort?: unknown)
Search events
ArgumentTypeDescription
filter?unknown
options?unknown
page?unknown
sort?unknown
fn get_event(event_id: string)
Get an event
ArgumentTypeDescription
event_idstringThe UID of the event.

Resources

events(infinite)— Get a list of events
event(infinite)— Post an event
search_events(infinite)— Search events
04Stats
A
100 / 100
Downloads
0
Archive size
12.4 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels