Skip to main content
GET
Raw latency records

Ủy quyền

Authorization
string
header
bắt buộc

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Tham số truy vấn

from_ns
integer<int64>

Start of the time window as epoch nanoseconds.

to_ns
integer<int64>

End of the time window as epoch nanoseconds.

message_type
string

Optional message type filter.

time_field
enum<string>
mặc định:complete_time

Which timestamp to filter/aggregate on.

Tùy chọn có sẵn:
complete_time,
create_time
limit
integer

Page size. Defaults to 200; capped by the per-API max limit.

Phạm vi bắt buộc: x >= 1
offset
integer

Zero-based number of records to skip.

Phạm vi bắt buộc: x >= 0

Phản hồi

Raw records result

Raw latency records response.

from_time
integer<int64>

Start of the response time window in epoch nanoseconds.

to_time
integer<int64>

End of the response time window in epoch nanoseconds.

message_type
string

Message type filter or message type reported by the record.

time_field
string

Timestamp field used for filtering or aggregation.

limit
integer

Maximum number of records returned.

offset
integer

Zero-based number of records skipped before returning results.

count
integer

Number of records in the response page or aggregation.

records
object[]

Records returned for the current page.