curl --request GET \
--url https://api.hubapi.com/reports/v2/events/batch[
{
"id": "<string>",
"status": "<string>",
"name": "<string>",
"label": "<string>"
}
]Given a batch of event IDs, returns a list of event definitions in a given portal.
curl --request GET \
--url https://api.hubapi.com/reports/v2/events/batch[
{
"id": "<string>",
"status": "<string>",
"name": "<string>",
"label": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Scope requirements
The ID of an event. Can be included multiple times to pull multiple events.
If specified as true, will include deleted events.
Was this page helpful?