Skip to main content
GET
Get latest raw metrics for a topic

Authorizations

Authorization
string
header
required

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

Path Parameters

topic_id
string
required

Query Parameters

since
string
default:15m

Lookback window. Accepts '' where unit ∈ {s,m,h,d}. Defaults to 15m, capped at 3d (raw-table TTL).

metric_names
string | null

Comma-separated metric_name filter. Omit to return every metric_name seen in the window.

include_destinations
boolean
default:true
include_qa
boolean
default:true

Response

Successful Response

topic_id
string
required
since
string<date-time>
required
source
TopicRawConnectorMetrics · object | null
required
destinations
TopicRawDestinationMetrics · object[]
qa
TopicRawQaRow · object[]