Agent Versioning - Versions

Compare metrics between two versions

Compare analytics/call metrics between two published versions over an optional date range.

get/agent/{id}/versions/compare-metrics

Path parameters

idstring required
Example:60d0fe4f5311236168a109ca

The agent ID

Query parameters

versionAstring required

ID of the first version

versionBstring required

ID of the second version

dateFromstring date
Example:2026-05-01

Start date for the comparison range in YYYY-MM-DD format.

dateTostring date
Example:2026-05-31

End date for the comparison range in YYYY-MM-DD format.

Response

Metrics comparison returned

statusboolean

Example response

{
  "status": true
}

Changes