Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

services_list

Request example
{ "method": "tools/call", "params": { "name": "services_list", "arguments": { "project": [ "string" ], "org": "string", "since": "string", "until": "string", "limit": "string", "json": true } } }
services_listTOOL
Find service names that are actively generating logs or traces.
Use this before filtering logs, issues, or SQL queries by ServiceName. It helps discover the real service.name values present in a project and shows which services are currently producing telemetry in the selected time range.
Parameters
project?string[]
Project slug override (repeatable, defaults to folder setup)
org?string
Organization override (defaults to folder setup)
since?string
Start time: duration (1h, 7d) or ISO date (default: 24h)
until?string
End time: duration (1h) or ISO date
limit?string
Max services (default: 100)
json?boolean
Print raw JSON response