Skip to main content
GET
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

agent_name
string
required

Name of the agent to summarize.

Response

Successful Response

Aggregated summary of scoring jobs matching identity context filters.

status
string | null

Overall status across the matched scoring jobs. Null if no jobs matched the filters.

aggregate_score

Average score across all completed jobs matching the filters.

module_scores
Module Scores · object | null

Average score per scoring module, keyed by module name.

n_jobs_per_module
N Jobs Per Module · object | null

Number of completed scoring jobs per module.

job_ids
string[] | null

Job IDs matching the filters.

turns
TurnSummary · object[] | null

Per-turn score breakdowns, ordered by turn number ascending with null-turn last.