GET
/
v0
/
logs
/
metric
/
{metric}
/
{key}

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.

key
string
required

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

Query Parameters

project
string
required

Name of the project to get entries from.

filter_expr
string | null

Boolean string to filter entries. TODO: Detailed page.