Hubspot Engagement Notes Batch Notes Response Structure
Response for batch note operations
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
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"
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/hubspot-engagement-notes-batch-notes-response-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 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.