How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Amigo Analytics API

The Analytics API from Amigo — 18 operation(s) for analytics.

Amigo Analytics API is one of 72 APIs that Amigo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Analytics. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 18 operations across 18 paths, and defines 24 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against 5 base URLs: https://api.amigo.ai, https://internal-api.amigo.ai, https://api-eu-central-1.amigo.ai, https://api-ap-southeast-2.amigo.ai, https://api-ca-central-1.amigo.ai.

18 operations 18 paths 24 schemas 18 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://api.amigo.ai
Authentication
HTTP Bearer, API Key, HTTP Basic
Resource Areas
1

Authentication & Security 3

Amigo Analytics API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer-Authorization). An API key is passed in the header as X-ORG-ID (Bearer-Authorization-Organization). It accepts HTTP basic authentication (Basic). By default, every request must be authenticated.

  • Bearer-Authorization — Amigo issued JWT token that identifies an user. It's issued either after logging in through the frontend, or manually through the [SignInWithAPIKey](sign-in-wi…
  • Bearer-Authorization-Organization — An optional organization identifier that indicates from which organization the token is issued. This is used in rare cases where the user to authenticate is ma…
  • Basic — The username should be set to {orgid}{userid}, and the password should be the Amigo issued JWT token that identifies the user.

Paths & Operations 18

Across 18 paths, the API surfaces 18 operations — 18 GET. Each is listed below with its method, path, parameters, and response codes.

Analytics 18
GET
/v1/{workspace_id}/analytics/usage
Usage Summary
usage_summary_v1__workspace_id__analytics_usage_get 2 params → 200422
GET
/v1/{workspace_id}/analytics/calls
Call Stats
call_stats_v1__workspace_id__analytics_calls_get 2 params → 200422
GET
/v1/{workspace_id}/analytics/events
Event Breakdown
event_breakdown_v1__workspace_id__analytics_events_get 2 params → 200422
GET
/v1/{workspace_id}/analytics/data-quality
Data Quality Analytics
data_quality_analytics_v1__workspace_id__analytics_data_quality_get 2 params → 200422
GET
/v1/{workspace_id}/analytics/dashboard
Analytics Dashboard
get-analytics-dashboard 2 params → 200429422
GET
/v1/{workspace_id}/analytics/eval-quality
Eval Quality Analytics
get-eval-quality-analytics 4 params → 200429422
GET
/v1/{workspace_id}/analytics/calls/advanced
Advanced Call Stats
get-advanced-call-stats 7 params → 200429422
GET
/v1/{workspace_id}/analytics/calls/comparison
Call Comparison
get-call-comparison 6 params → 200429422
GET
/v1/{workspace_id}/analytics/call-quality
Call Quality Analytics
get-call-quality-analytics 6 params → 200429422
GET
/v1/{workspace_id}/analytics/emotion-trends
Emotion Trends
get-emotion-trends 6 params → 200429422
GET
/v1/{workspace_id}/analytics/latency
Latency Analytics
get-latency-analytics 6 params → 200429422
GET
/v1/{workspace_id}/analytics/tool-performance
Tool Performance Analytics
get-tool-performance 6 params → 200429422
GET
/v1/{workspace_id}/analytics/operator-performance
Operator Performance Analytics
get-operator-performance 6 params → 200429422
GET
/v1/{workspace_id}/analytics/agents
Get Agent Analytics
get-agent-analytics 5 params → 200429422
GET
/v1/{workspace_id}/analytics/surfaces/completion-rates
Surface Completion Rates
get-surface-completion-rates 6 params → 200429422
GET
/v1/{workspace_id}/analytics/surfaces/channel-effectiveness
Surface Channel Effectiveness
get-surface-channel-effectiveness 4 params → 200429422
GET
/v1/{workspace_id}/analytics/surfaces/field-abandonment
Surface Field Abandonment
get-surface-field-abandonment 4 params → 200429422
GET
/v1/{workspace_id}/analytics/surfaces/entity/{entity_id}
Entity Surface History
get-entity-surface-history 3 params → 200429422

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are DataQualityResponse (8 properties), OperatorPerformanceSummary (7 properties), CallStatsResponse (7 properties), AnalyticsDashboardResponse (7 properties). Each schema is shown below with its type and property counts.

ConfidenceBucket
object
2 properties 2 required
EvalQualityResponse
object
Production-eval quality: overall pass-rate/score, per-eval-key breakdown, and a trend. The channel-agnostic quality surface. Returns zeroed shapes (empty byeva…
3 properties 3 required
AnalyticsKpi
object
A single headline KPI with its period-over-period change. value is left broad (int for counts, float for rates/scores/durations, None when the metric has no da…
2 properties
DataQualityResponse
object
Data quality metrics — confidence distribution, review pipeline stats.
8 properties 8 required
UsageBucket
object
5 properties 3 required
DailyCallStat
object
Per-day call volume and duration.
3 properties 2 required
UsageSummaryResponse
object
5 properties 5 required
OperatorPerformanceTrendPoint
object
Single time-bucket data point in the operator performance trend series.
3 properties 3 required
EventBreakdownItem
object
Single row in an event breakdown aggregation.
2 properties 2 required
HTTPValidationError
object
1 property
CallQualityDistribution
object
Call counts bucketed by quality-score band.
4 properties 4 required
ValidationError
object
5 properties 3 required
OperatorPerformanceResponse
object
Operator escalation performance and quality comparison over time.
2 properties 2 required
EvalQualityTrendPoint
object
Single date-bucket data point in the eval-quality trend series.
5 properties 3 required
AgentAnalyticsResponse
object
2 properties 1 required
OperatorPerformanceSummary
object
Aggregate operator escalation stats for the period.
7 properties 4 required
CallQualityAnalyticsResponse
object
Call quality score trends, distribution, and summary over time. Served from the live Delta projection analytics.sourcecallintelligence.
3 properties 3 required
AnalyticsDashboardResponse
object
Composite dashboard — six headline KPIs, each with a delta, plus the period length. Higher-is-better for callvolume, avgquality, toolsuccessrate; higher-is-wor…
7 properties 7 required
CallQualitySummary
object
Aggregate call-quality stats for the period.
6 properties 2 required
EventBreakdownResponse
object
6 properties 6 required
AgentAnalyticsEntry
object
6 properties 6 required
EvalQualitySummary
object
Aggregate production-eval verdict stats, overall or for one evalkey. Sourced from callevalresults (LLM-judge + assertion verdicts), which is keyed by conversat…
5 properties 2 required
CallQualityTrendPoint
object
Single time-bucket data point in the call-quality trend series.
4 properties 3 required
CallStatsResponse
object
7 properties 7 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

amigo-analytics-api-openapi.yml Raw ↑

Other APIs Amigo publishes across the network.

Amigo Account API
Amigo Admin API
Amigo Agent Definitions API
Amigo Agent Runs API
Amigo Agents API
Amigo API Keys API
Amigo Audit API
Amigo Auth API
Amigo Billing API
Amigo Calls API
Amigo Command Center API
Amigo Compliance API
Where this information came from

This is an independent, third-party profile of Amigo Analytics API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.