v1
latestOpenAPI 3.0.32026-08-061874701.5 MBreports
List reports
List all Reports accessible to the user.
Note: For pagination guidance, refer to Pagination.
get/reports
Query parameters
When specified with a date and time value, response only includes the objects that are modified on or after the date and time specified. If you need to keep track of frequent changes, it may be more useful to use Get Sheet Version.
Response
Object containing an array of all accessible reports, referenced by their ID, name, access level, and summary report flag values.
Note: For pagination guidance, refer to Pagination.
Example response
{
"pageNumber": 1,
"pageSize": 50,
"totalPages": 25,
"totalCount": 136,
"data": [
{
"id": 987654321,
"name": "Q2 Earnings",
"permalink": "https://app.smartsheet.com/reports/c8gJxw87cXpRCvCC5PPw6jFhFRrf5r8PxCrxvW21"
}
]
}