List Folders

Grab a paginated, searchable list of your account's folders

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Grab a paginated, searchable list of your account's folders.

Query parameters

NameTypeDefaultDescription
pageinteger1Page number.
per_pageinteger25Results per page. perpage is also accepted.
titlestringFilter by folder name substring. After create, title search can lag — poll until the folder appears.

Response

A JSON object with data (array of folders), lowercase paging, and total_count.

FieldTypeDescription
dataarrayFolder objects. Each id is a numeric string. For a root folder, name is the title and path is /.
pagingobjectKeys: first, last, next, previous (URL path strings, or null).
total_countstringTotal matching folders (returned as a string).
📘

The paging key is lowercase paging. Link values look like /v2/folder?page=2&perpage=2 (the links use perpage even when you query with per_page).

Query Params
int32
Defaults to 1

Page number for paginated results

int32
Defaults to 25

Number of results per page. perpage is also accepted.

string

Search folders by name substring

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json