v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1420133140.0 KB

Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.

post/appmonitor/{Name}/data

Path parameters

Namestring required

The name of the app monitor that collected the data that you want to retrieve.

Request body

MaxResultsinteger

The maximum number of results to return in one operation.

NextTokenstring

Use the token returned by the previous operation to request the next page of results.

Response

Success

EventsEventData[]

The events that RUM collected that match your request.

NextTokenstring

A token that you can use in a subsequent operation to retrieve the next set of results.