Paginate through cached view query results.
start_cursor and page_size to paginate through the cached result set.
Cached results expire after 15 minutes from the time the query was created. If the cache has expired, this endpoint returns a 404.
view_id doesn’t match.
Returns a 400 or 429 HTTP response if the request exceeds the request limits.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The API version to use for this request. The latest version is 2026-03-11.
2026-03-11 If supplied, this endpoint will return a page of results starting after the cursor provided.
The number of results to return per page. Maximum: 100
1 <= x <= 100