Passer au contenu principal
GET
/
engagements
/
v1
/
engagements
/
{engagementId}
Get an engagement
curl --request GET \
  --url https://api.hubapi.com/engagements/v1/engagements/{engagementId}
{
  "engagement": {
    "id": 123,
    "portalId": 123,
    "active": true,
    "createdAt": 123,
    "lastUpdated": 123,
    "ownerId": 123,
    "type": "EMAIL",
    "timestamp": 123
  },
  "associations": {
    "contactIds": [
      123
    ],
    "companyIds": [
      123
    ],
    "dealIds": [
      123
    ],
    "ownerIds": [
      123
    ]
  },
  "metadata": {}
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Paramètres de chemin

engagementId
string
requis

The unique ID of the engagement you want the information for.

Réponse

200 - application/json

Successful response - Engagement information retrieved successfully

engagement
object
associations
object
metadata
object
Last modified on April 2, 2026