cURL
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.
Scope requirements
The ID of an event. Can be included multiple times to pull multiple events.
If specified as true, will include deleted events.
Events retrieved successfully
The event ID
The event status
The event name
The event label
Was this page helpful?