Saltar al contenido principal
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>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parámetros de consulta

id
string[]
requerido

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

includeDeletes
boolean
predeterminado:false

If specified as true, will include deleted events.

Respuesta

Events retrieved successfully

id
string
requerido

The event ID

status
string
requerido

The event status

name
string

The event name

label
string

The event label

Last modified on April 13, 2026