Skip to main content
Base: https://agi.akhara.ai: all paths under /dashboard. UI: https://admin-agi.akhara.ai (same /dashboard/* routes proxied server-side). These endpoints power the admin SPA and are the primary way to pull trajectory steps after an evaluation, across all environments.

Aggregate stats

Health probe

Probes wrapper / orchestrator / workers.

List runs

Get run

Returns run metadata + rollouts (rewards, task ids, episode ids). UI: https://admin-agi.akhara.ai/runs/{run_id}

Pass@N for a run

Trajectory (steps)

rollout_id format: {run_id}_{example_idx}_{rollout_idx} (e.g. …_0_0). Response shape:

Screenshot

Returns base64 (or structured payload with screenshot bytes) for that step.

Tasks

Run lifecycle (admin)

End-to-end retrieval recipe

For offline ATIF packs (screenshots on disk, verifier jsonl), see Sample trajectories.