BatchError
Error information for a batch operation item
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationSales
Properties
| Name |
Type |
Description |
| status |
string |
The error status |
| category |
string |
The error category |
| message |
string |
The error message |
| context |
object |
|
| errors |
array |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/engagement-notes-batch-error-schema.json",
"title": "BatchError",
"description": "Error information for a batch operation item",
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "The error status",
"example": "error"
},
"category": {
"type": "string",
"description": "The error category",
"example": "VALIDATION_ERROR"
},
"message": {
"type": "string",
"description": "The error message",
"example": "Property value is invalid"
},
"context": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
},
"example": {
"key": "value"
}
},
"errors": {
"type": "array",
"items": {
"type": "object",
"description": "Detailed error information",
"required": [
"message"
],
"properties": {
"message": {
"type": "string",
"description": "Error message",
"example": "This is an example description."
},
"code": {
"type": "string",
"description": "Error code",
"example": "example-value"
},
"in": {
"type": "string",
"description": "Field where error occurred",
"example": "example-value"
},
"subCategory": {
"type": "string",
"description": "Error subcategory",
"example": "standard"
},
"context": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {
"type": "string"
}
},
"example": {
"key": "value"
}
}
}
},
"example": [
{
"message": "This is an example description.",
"code": "example-value",
"in": "example-value",
"subCategory": "standard",
"context": {
"key": "value"
}
}
]
}
}
}
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/engagement-notes-batch-error"
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 email required.
A second provider on the same verified email joins the account you already have.