---
title: "List report scope"
method: GET
path: "/reports/{reportId}/scope"
tags: ["reports"]
---

# List report scope

`GET /reports/{reportId}/scope`

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

> **Note:** For pagination guidance, refer to [Token-based pagination](/api/smartsheet/guides/basics/pagination#token-based-pagination).

## Query parameters

- `lastKey` string
- `maxItems` integer

## Response `200`

A paginated list of report scope objects.

- object
  - `lastKey` string — The ID of the last item returned in the set. Use as `lastKey` (query parameter) in the request for the next page.
  - `data` ReportScope[] — List of report scope objects.
    - `assetType` 'sheet' | 'workspace', required — The asset's type.
    - `assetId` integer, required — The ID of the asset according to its `assetType`.

## Other responses

- `403` — Caller does not have permission to access the report.
- `404` — Report does not exist.
- `default` — Generic error payload.

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
