Skip to main content
GET
/
metrics
/
{id}
/
replay-candidate-count
Count replay candidates per product for a metric revision
curl --request GET \
  --url https://api.galtea.ai/metrics/{id}/replay-candidate-count \
  --header 'Authorization: Bearer <token>'
[
  {
    "productId": "<string>",
    "count": 123
  }
]

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Path Parameters

id
string
required

Metric revision ID

Query Parameters

productIds
string[]
required

Repeated query param; one value per product.

Response

Candidate counts per product

productId
string
count
integer