v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
reports

List report scope

Lists the scope (source sheets and workspaces) for the specified report.

Note: For pagination guidance, refer to Token-based pagination.

get/reports/{reportId}/scope

Query parameters

lastKeystring
Example:abcDefGhIjKlMnOpQrStUvWxYz

The lastKey token returned from the previous page of results. If not specified, the first page of results is returned.

maxItemsinteger
Example:100

Request query parameter used in endpoints that support token based pagination.

The maximum amount of items to return in the response. The default and minimum are 100.

Response

A paginated list of report scope objects.

lastKeystring

The ID of the last item returned in the set. Use as lastKey (query parameter) in the request for the next page.

Example response

{
  "lastKey": "48569348493401200"
}