SystemsX
  • SystemsX
  • Bridge
    • API Create Job
    • API Billing Usage
  • SENSE
    • API - Base URL
    • API Agents - List
    • API Call - Manual Upload
    • API Call - History
    • API Call - Metrics
    • Assist - Integration
    • API Assist - Load
    • API Assist - Functions
    • API Email - History
    • API Email - Create
  • GEO
    • Common - Encode
    • Common - Decode
    • Common - Neighbors
    • Common - Inside Polygon
Powered by GitBook
On this page
  1. SENSE

API Call - Metrics

View Call Metrics

POST /v2/call/metrics

Body

Name
Type
Description

api_key

string

Name of the user

Response

[
  {
    "agent_type": [
      "SALES",
      "ADMIN"
    ],
    "direction": "BOTH",
    "name": "example",
    "weight": 0,
    "tags": "none",
    "content": "Example Content"
  }
]
{
  "error": "Invalid request"
}
PreviousAPI Call - HistoryNextAssist - Integration

Last updated 8 months ago