Skip to main content
GET
/
reports
/
v2
/
events
Get events
curl --request GET \
  --url https://api.hubapi.com/reports/v2/events
[
  {
    "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.

Query Parameters

includeDeletes
boolean
default:false

If specified as true, include deleted events

Response

Events retrieved successfully

id
string
required

The event ID

status
string
required

The event status

name
string

The event name

label
string

The event label

Last modified on March 30, 2026