curl --request GET \
--url https://api.example.com/api/v1/tenant/telemetry \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"isPartial": true,
"data": {
"resultType": "<string>",
"result": [
{
"metric": {},
"values": [
[
"<unknown>"
]
]
}
]
},
"stats": {
"seriesFetched": "<string>",
"executionTimeMsec": 123
}
}curl --request GET \
--url https://api.example.com/api/v1/tenant/telemetry \
--header 'Authorization: Bearer <token>'{
"status": "<string>",
"isPartial": true,
"data": {
"resultType": "<string>",
"result": [
{
"metric": {},
"values": [
[
"<unknown>"
]
]
}
]
},
"stats": {
"seriesFetched": "<string>",
"executionTimeMsec": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Ending timestamp of the time range for query evaluation. If the end isn’t set, then the end is automatically set to the current time
"now"
MetricsQL expression query
"sum(rate(haas_interceptor_messages_succeeded_total))"
Starting timestamp of the time range for query evaluation
"-1d"
The interval between data points
"1h"