Skip to main content
GET
/
engagements
/
v1
/
engagements
/
modified
/
after
Get engagements modified after
curl --request GET \
  --url https://api.hubapi.com/engagements/v1/engagements/modified/after
{
  "results": [
    {}
  ],
  "hasMore": true,
  "after": "<string>"
}

Query Parameters

after
string

A Unix timestamp in milliseconds or a cursor returned by a previous response. Determines where to start reading from.

limit
integer

The number of records to return. Defaults to 100, maximum 1000.

Required range: x <= 1000

Response

200 - application/json

Successful response - Engagements modified after the specified cursor

results
object[]
hasMore
boolean
after
string
Last modified on May 19, 2026