Skip to main content
GET
/
inferenceResults
/
aggregatedData
Get aggregated performance data
curl --request GET \
  --url https://api.galtea.ai/inferenceResults/aggregatedData \
  --header 'Authorization: Bearer <token>'
{}

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-....

Query Parameters

ids
string[]

Filter by inference result IDs

organizationIds
string[]

Filter by organization IDs

productIds
string[]

Filter by product IDs

versionIds
string[]

Filter by version IDs

sessionIds
string[]

Filter by session IDs

testIds
string[]

Filter by test IDs (include only). Use an empty string ("") to select inference results from sessions without a test

excludeTestIds
string[]

Omit inference results from sessions linked to the specified test IDs. Use an empty string ("") to omit inference results from sessions without a test

Response

Aggregated data retrieved successfully

Aggregated inference result data with evaluation scores