provider RUM GET /api/v2/rum/events
@utdk/datadog /api/v2/rum/events
Get a list of RUM events
List endpoint returns events that match a RUM search query. [Results are paginated][1]. Use this endpoint to see your latest RUM events. [1]: https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination
filter[query] query
Search query following RUM syntax.
string
filter[from] query
Minimum timestamp for requested events.
string
filter[to] query
Maximum timestamp for requested events.
string
sort query
Order of events in results.
enum: timestamp, -timestamp
page[cursor] query
List following results with a cursor provided in the previous query.
string
page[limit] query
Maximum number of events in the response.
integer

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listrumevents
GET/api/v2/rum/events
List endpoint returns events that match a RUM search query. [Results are paginated][1]. Use this endpoint to see your latest RUM events. [1]: https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination

Search query following RUM syntax.

Minimum timestamp for requested events.

Maximum timestamp for requested events.

Order of events in results.

List following results with a cursor provided in the previous query.

Maximum number of events in the response.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listrumevents({
  "page[limit]": 10
})