Logs
Get Logs Metric
GET
Returns the reduction metric for filtered values (base + derived) for one or more keys from a project.
If a single key is provided, returns the metric value directly (for backward compatibility).
If multiple keys are provided, returns a dict of {key: metric result}
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Body
Single key string or a list of keys.
Optional per-key metrics mapping. If provided, overrides the path metric for those keys.
Expression to filter logs (string or key->expr dict).
Log IDs to include (string or key->IDs dict).
Log IDs to exclude (string or key->IDs dict).
Context name (string).