メインコンテンツへスキップ
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>"
  }
]

クエリパラメータ

includeDeletes
boolean
デフォルト:false

If specified as true, include deleted events

レスポンス

Events retrieved successfully

id
string
必須

The event ID

status
string
必須

The event status

name
string

The event name

label
string

The event label

Last modified on April 13, 2026