GET
/
v0
/
logs
/
metric
/
{metric}

Returns the reduction metric for filtered values for a specific key from a project.

Authorizations

Authorization
string
required

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

Path Parameters

metric
string
required

The name of the metric you would like to compute.

Query Parameters

key
string
required

The key you would like to extract the reduction metric for.

project
string
required

Name of the project to get entries from.

filter_expr
string | null

Boolean string to filter entries. TODO: Detailed page.

from_ids
string | null

The log ids which are permitted to be included in the search. Each log id listed does not need to be returned, but no logs which are not included in this list can be returned. This argument cannot be set if exclude_ids is set.

exclude_ids
string | null

The log ids which cannot be returned from the search. None of the listed ids will be returned, even if the logs are valid as per the filtering expression etc. This argument cannot be set if from_ids is set.