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

List endpoint returns RUM events that match a RUM search query.

Inputs

Expand All

フィールド

種類

説明

options

object

Global query options that are used during the query.

timezone

string

The timezone can be specified both as an offset, for example: "UTC+03:00".

default: UTC

time_offset

number

The time offset (in seconds) to apply to the query.

filter

object

The search and filter query settings.

query

string

The search query following the RUM search syntax.

default: *

from

string

The minimum time for the requested events; supports date, math, and regular timestamps (in milliseconds).

default: now-15m

to

string

The maximum time for the requested events; supports date, math, and regular timestamps (in milliseconds).

default: now

sort

enum

DEPRECATED: Sort parameters when querying events. Allowed enum values: timestamp,-timestamp

sortDirection

enum

Sort parameters when querying events. Allowed enum values: Latest,Oldest

default: Latest

page

object

Paging attributes for listing events.

cursor

string

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

limit

number

Maximum number of events in the response.

default: 10

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.