---
title: "List org sheets"
method: GET
path: "/users/sheets"
tags: ["sheets"]
---

# List org sheets

`GET /users/sheets`

Gets a summarized list of all sheets owned by the members of the
organization account.

> **Who can use this operation?**
> 
> **Permissions:** System Admin

* **_You may use the query string parameter numericDates with a value of
true to enable strict parsing of dates in numeric format. See [Dates and
Times](/api/smartsheet/guides/basics/dates-and-times) for more information._**

## Query parameters

- `modifiedSince` union
  - string, date-time
  - number

## Headers

- `Authorization` string

## Response `200`

IndexResultUnknownPages object containing an array of Sheet objects,
limited to the following attributes:

* id

* name

* owner: empty string

* ownerId: (static "0")

- object
  - `pageNumber` number — The current page in the full result set that the data array represents. NOTE when a page number greater than totalPages is requested, the last page is instead returned.
  - `pageSize` number, nullable — The number of items in a page. Omitted if there is no limit to page size (and hence, all results are included). Unless otherwise specified, this defaults to 100 for most endpoints.
  - `totalPages` number — If the data field value is not empty, returns a static value of -1. When you reach the first empty page after the end of the result set, then all four fields are set with a static value of “0”.
  - `totalCount` number — If the data field value is not empty, returns a static value of -1. When you reach the first empty page after the end of the result set, then all four fields are set with a static value of “0”.
  - `data` SheetList[] — List of Sheets
    - `id` number — Sheet ID.
    - `name` string — Sheet name.
    - `owner` string — Empty string
    - `ownerId` number — Set to a static value of "0".

## Other responses

- `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)
