List folders

GET
https://api.datawrapper.de/v3/folders

Get a list of folders and their associated charts. Requires scope folder:read.

Example Request

curl --request GET \
  --url 'https://api.datawrapper.de/v3/folders?compact=example-compact&workspace=example-workspace' \
  --header 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Query Parameters

NameTypeRequiredDescription
compactstringNoIf present, the response will only include the number of charts in each folder. Otherwise the response includes the full chart information.
workspacestringNoFilter by workspace slug.

Response

FieldTypeRequiredDescription
listobject[]No
totalintegerNo
nextstringNo