このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

List endpoint returns events that match a RUM search query.

Inputs

フィールド

種類

説明

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

フィールド

種類

説明

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.