---
title: "List charts"
method: GET
path: "/charts"
---

# List charts

`GET /charts`

Search and filter a list of your charts.
                        The returned chart objects, do not include the full chart metadata.
                        To get the full metadata add ?expand=true or use [/v3/charts/{id}](https://developer.datawrapper.de/reference/getchartsid).  Requires scope `chart:read`.

## Query parameters

- `userId` integer
- `authorId` integer
- `published` boolean
- `search` string
- `folderId` integer
- `teamId` string
- `workspace` string
- `order` 'ASC' | 'DESC'
- `orderBy` string
- `limit` integer
- `offset` integer
- `minLastEditStep` integer
- `expand` boolean
- `openComments` boolean
- `deleted` boolean

## Response `200`

Successful

---

[API](https://skmtc.dev/datawrapper/apis/datawrapper-api-v3-documentation.md) · [All operations](https://skmtc.dev/datawrapper/apis/datawrapper-api-v3-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datawrapper/datawrapper-api-v3-documentation/revisions/e190512863c7/schema)
