HubSpot · JSON Structure

Hubspot Engagement Calls Batch Calls Response Structure

Response for batch call operations

Type: object Properties: 7 Required: 4
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationSales

BatchCallsResponse is a JSON Structure definition published by HubSpot, describing 7 properties, of which 4 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

status results requestedAt startedAt completedAt errors links

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Response for batch call operations",
  "name": "BatchCallsResponse",
  "properties": {
    "status": {
      "type": "string",
      "description": "The status of the batch operation",
      "enum": [
        "PENDING",
        "PROCESSING",
        "CANCELED",
        "COMPLETE"
      ]
    },
    "results": {
      "type": "array",
      "description": "The results of the batch operation",
      "items": {
        "type": "object",
        "description": "Represents a call engagement in the CRM",
        "properties": {
          "id": {
            "type": "string",
            "description": "The unique identifier for the call"
          },
          "properties": {
            "type": "object",
            "description": "The call properties"
          },
          "propertiesWithHistory": {
            "type": "object",
            "description": "Properties with their change history"
          },
          "createdAt": {
            "type": "datetime",
            "description": "When the call was created"
          },
          "updatedAt": {
            "type": "datetime",
            "description": "When the call was last updated"
          },
          "archived": {
            "type": "boolean",
            "description": "Whether the call is archived"
          },
          "archivedAt": {
            "type": "datetime",
            "description": "When the call was archived (if archived)"
          }
        },
        "required": [
          "id",
          "properties",
          "createdAt",
          "updatedAt",
          "archived"
        ]
      }
    },
    "requestedAt": {
      "type": "datetime",
      "description": "When the batch was requested"
    },
    "startedAt": {
      "type": "datetime",
      "description": "When the batch processing started"
    },
    "completedAt": {
      "type": "datetime",
      "description": "When the batch processing completed"
    },
    "errors": {
      "type": "array",
      "description": "Any errors that occurred during batch processing",
      "items": {
        "type": "object",
        "description": "Error information for a batch operation item",
        "properties": {
          "status": {
            "type": "string",
            "description": "The error status"
          },
          "category": {
            "type": "string",
            "description": "The error category"
          },
          "message": {
            "type": "string",
            "description": "The error message"
          },
          "context": {
            "type": "object"
          },
          "errors": {
            "type": "array",
            "items": {
              "type": "object",
              "description": "Detailed error information",
              "properties": {
                "message": {
                  "type": "string",
                  "description": "Error message"
                },
                "code": {
                  "type": "string",
                  "description": "Error code"
                },
                "in": {
                  "type": "string",
                  "description": "Field where error occurred"
                },
                "subCategory": {
                  "type": "string",
                  "description": "Error subcategory"
                },
                "context": {
                  "type": "object"
                }
              },
              "required": [
                "message"
              ]
            }
          }
        }
      }
    },
    "links": {
      "type": "object"
    }
  },
  "required": [
    "status",
    "results",
    "startedAt",
    "completedAt"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/hubspot-engagement-calls-batch-calls-response-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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