Datadog RUM

List RUM events

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

List endpoint returns events that match a RUM search query.

Inputs

Champ

Type

Description

time

The time period range for requested events

filter_query

string

Search query following RUM syntax.

sort

enum

DEPRECATED: Order of events in results. Allowed enum values: timestamp,-timestamp

sortDirection

enum

Order of events in results. Allowed enum values: Latest,Oldest

default: Latest

page_limit

number

Maximum number of events in the response.

Outputs

Expand All

Champ

Type

Description

data

[object]

Array of events matching the request.

id

string

Unique ID of the event.

type

string

Type of the event.

default: rum

attributes

object

JSON object containing all event attributes and their associated values.

timestamp

date-time

Timestamp of your event.

tags

[string]

Array of tags associated with your event.

attributes

object

JSON object of attributes from RUM events.

service

string

The name of the application or service generating RUM events.

meta

object

The metadata associated with a request.

status

enum

The status of the response. Allowed enum values: done,timeout

request_id

string

The identifier of the request.

elapsed

number

The time elapsed in milliseconds.

warnings

[object]

A list of warnings (non-fatal errors) encountered.

code

string

A unique code for this type of warning.

title

string

A short human-readable summary of the warning.

detail

string

A detailed explanation of this specific warning.

page

object

Paging attributes.

after

string

The cursor to use to get the next results, if any.

links

object

Links attributes.

next

string

Link for the next set of results.