Skip to main content
GET
/
v1
/
scores
/
aggregations
Get score aggregations
curl --request GET \
  --url https://api.agentmark.co/v1/scores/aggregations \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Agentmark-App-Id: <api-key>'
{
  "data": [
    {
      "avg_score": 123,
      "count": 1,
      "max_score": 123,
      "min_score": 123,
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.agentmark.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Agentmark-App-Id
string
header
required

Application ID for tenant scoping

Authorization
string
header
required

API key (sk_agentmark_*)

Query Parameters

start_date
string<date>
end_date
string<date>

Response

Score aggregations grouped by name.

data
object[]
required