Skip to main content
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>"
}

Path Parameters

id
string
required

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

Query Parameters

includeDeletes
boolean
default:false

If specified as true, will return a deleted event.

Response

Event 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 December 12, 2025