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

パスパラメータ

id
string
必須

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

クエリパラメータ

includeDeletes
boolean
デフォルト:false

If specified as true, will return a deleted event.

レスポンス

Event retrieved successfully

id
string
必須

The event ID

status
string
必須

The event status

name
string

The event name

label
string

The event label

最終更新日 2026年4月13日