Zum Hauptinhalt springen
GET
/
reports
/
v2
/
events
/
batch
Get a Group of Events by ID
curl --request GET \
  --url https://api.hubapi.com/reports/v2/events/batch
[
  {
    "id": "<string>",
    "status": "<string>",
    "name": "<string>",
    "label": "<string>"
  }
]

Abfrageparameter

id
string[]
erforderlich

The ID of an event. Can be included multiple times to pull multiple events.

includeDeletes
boolean
Standard:false

If specified as true, will include deleted events.

Antwort

Events retrieved successfully

id
string
erforderlich

The event ID

status
string
erforderlich

The event status

name
string

The event name

label
string

The event label

Last modified on April 9, 2026