Agent Analytics

Agent analytics and execution metrics

Retrieving agent analytics bundle for last four weeks

get

Returns a single bundle of analytics for dashboards: request and session aggregates (including severity breakdowns), resolution efficiency, and per-week session error trends.

Required scopes

  • ai.agent_read

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Needed to read AI agents.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name.

Note: The tenant name should always be provided in lowercase.

Query parameters
agentIdstringOptional

When set, metrics are scoped to this agent. When omitted, tenant-wide aggregates are returned.

Responses
chevron-right
200

Aggregated request and session metrics, resolution efficiency, and weekly trends.

application/json

Combined analytics payload for admin and partner dashboards.

get
/ai-service/{tenant}/agentic/analytics

Retrieving per-agent execution counts by period

get

Returns execution (session) counts per agent for each calendar period (quarter, month, or week).

Required scopes

  • ai.agent_read

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : Needed to read AI agents.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired

Your Emporix tenant name.

Note: The tenant name should always be provided in lowercase.

Query parameters
agentIdsstringRequired

Comma-separated list of agent IDs (no spaces). Maximum 100 IDs.

granularitystring · enumOptional

Time bucket for each period (UTC).

Default: QUARTERPossible values:
Responses
chevron-right
200

Per-agent execution counts aligned to the returned periods.

application/json
granularitystring · enumOptional

Time bucket used for periods and series (enum constant name).

Possible values:
get
/ai-service/{tenant}/agentic/analytics/executions

Last updated

Was this helpful?