Skip to main content
GET
/
analytics
/
tenants
/
{tenant_id}
/
agents
/
performance
Get Agent Performance
curl --request GET \
  --url https://api.example.com/analytics/tenants/{tenant_id}/agents/performance \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "<string>",
  "tenant_id": "<string>",
  "period_hours": 123,
  "calls": {},
  "tools": {},
  "agent_name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant_id
string<uuid>
required

Query Parameters

hours
integer
default:24

Time period in hours (1-168)

Required range: 1 <= x <= 168

Response

Successful Response

Agent performance metrics.

agent_id
string
required
tenant_id
string
required
period_hours
integer
required
calls
Calls · object
required
tools
Tools · object
required
agent_name
string | null