Query parameters
number
default:"50"
The number of records to return. Clamped to a minimum of 1 and a maximum of 200. Omit this parameter to use the default of 50.
string
An opaque string returned as
nextCursor in the previous response. Omit on the first request. Pass verbatim — do not decode or modify the cursor value.Response structure
List endpoints return a JSON object with two top-level fields:object[]
required
The array of records for the current page, ordered by creation time descending.
string | null
required
An opaque cursor you can pass as
?cursor= to fetch the next page. When this value is null, you have reached the last page and there are no more results.Example
Fetch the first page of stakeholders, then fetch the next page using the cursor from the response."nextCursor": null, you have fetched all records.