Home
HubSpot
Hubspot Engagement Notes Batch Notes Response Structure
Hubspot Engagement Notes Batch Notes Response Structure
Response for batch note operations
Type: object
Properties: 7
Required: 4
Analytics Commerce Content CRM Customer Service Email Marketing Marketing Marketing Automation Sales
BatchNotesResponse 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
{
"type": "object",
"description": "Response for batch note operations",
"name": "BatchNotesResponse",
"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 note engagement in the CRM",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier for the note"
},
"properties": {
"type": "object",
"description": "The note properties"
},
"propertiesWithHistory": {
"type": "object",
"description": "Properties with their change history"
},
"createdAt": {
"type": "datetime",
"description": "When the note was created"
},
"updatedAt": {
"type": "datetime",
"description": "When the note was last updated"
},
"archived": {
"type": "boolean",
"description": "Whether the note is archived"
},
"archivedAt": {
"type": "datetime",
"description": "When the note 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"
}
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-notes-batch-notes-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.