Webex · Schema

OutAgentStatistics

List of Agent Statistics records retrieved according to query parameters.

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
intervalStartTime integer Time in GMT
agentId string The ID of the agent.
agentName string The name of the agent
teamId string The ID of the team.
teamName string Name of the team to which agent belongs.
channels array Channel-level statistics for the agent.
View JSON Schema on GitHub

JSON Schema

webex-outagentstatistics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OutAgentStatistics",
  "title": "OutAgentStatistics",
  "required": [
    "channels"
  ],
  "type": "object",
  "properties": {
    "intervalStartTime": {
      "type": "integer",
      "description": "Time in GMT",
      "format": "int64",
      "example": 1591702200000
    },
    "agentId": {
      "type": "string",
      "description": "The ID of the agent.",
      "example": "06ce7234-dd3e-49e2-8763-d93766739d"
    },
    "agentName": {
      "type": "string",
      "description": "The name of the agent",
      "example": "Daniel Garrett"
    },
    "teamId": {
      "type": "string",
      "description": "The ID of the team.",
      "example": "fbf80248-b328-4c37-9ea5-4c2ec8b4d52c"
    },
    "teamName": {
      "type": "string",
      "description": "Name of the team to which agent belongs.",
      "example": "Collaboration"
    },
    "channels": {
      "type": "array",
      "description": "Channel-level statistics for the agent.",
      "items": {
        "$ref": "#/components/schemas/ChannelResponse"
      }
    }
  },
  "description": "List of Agent Statistics records retrieved according to query parameters."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-outagentstatistics"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.