Vapi · Schema

InsightRunDTO

Artificial IntelligenceVoiceAgentsReal-TimeCPaaS

Properties

Name Type Description
formatPlan object
timeRangeOverride object This is the optional time range override for the insight. If provided, overrides every field in the insight's timeRange. If this is provided with missing fields, defaults will be used, not the insight
assistantId string Optional runtime assistant scope for dashboards. This is applied to call-table queries without mutating the saved insight.
View JSON Schema on GitHub

JSON Schema

vapi-insightrundto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InsightRunDTO",
  "title": "InsightRunDTO",
  "type": "object",
  "properties": {
    "formatPlan": {
      "$ref": "#/components/schemas/InsightRunFormatPlan"
    },
    "timeRangeOverride": {
      "description": "This is the optional time range override for the insight.\nIf provided, overrides every field in the insight's timeRange.\nIf this is provided with missing fields, defaults will be used, not the insight's timeRange.\nstart default - \"-7d\"\nend default - \"now\"\nstep default - \"day\"\nFor Pie and Text Insights, step will be ignored even if provided.",
      "example": "{ start: \"2025-01-01\", end: \"2025-01-07\", step: \"day\" }",
      "allOf": [
        {
          "$ref": "#/components/schemas/InsightTimeRangeWithStep"
        }
      ]
    },
    "assistantId": {
      "type": "string",
      "description": "Optional runtime assistant scope for dashboards.\nThis is applied to call-table queries without mutating the saved insight."
    }
  }
}

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/vapi-insightrundto"
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.