Saltar al contenido principal
GET
/
reports
/
v2
/
events
/
{id}
Get Event by ID
curl --request GET \
  --url https://api.hubapi.com/reports/v2/events/{id}
{
  "id": "<string>",
  "status": "<string>",
  "name": "<string>",
  "label": "<string>"
}

Parámetros de ruta

id
string
requerido

The ID of the specific event you're looking to pull.

Parámetros de consulta

includeDeletes
boolean
predeterminado:false

If specified as true, will return a deleted event.

Respuesta

Event retrieved successfully

id
string
requerido

The event ID

status
string
requerido

The event status

name
string

The event name

label
string

The event label

Última modificación el 13 de abril de 2026