Skip to main content
GET
Get all engagements

Query Parameters

limit
integer

The number of records to return. Defaults to 100, has a maximum value of 250.

Required range: x <= 250
offset
integer

Used to page through the results. If there are more records in your portal than the limit= parameter, you will need to use the offset returned in the first request to get the next set of results.

Response

200 - application/json

Successful response - Paginated list of engagements

results
object[]
hasMore
boolean
offset
integer
Last modified on March 17, 2026