v3

latestOpenAPI 3.1.02026-07-3182354.4 KB

List folders

get/v1/folders

Query parameters

cursorstring

The cursor to continue from

Example:eyJjcmVkZW50aWFsfQ==
page_sizeinteger

Maximum number of folders to return per page

Example:10

Response

List of folders

hasMoreboolean required

Whether there are more folders to fetch

cursorstring nullable required

The cursor to continue from

Example response

{
  "folders": [
    {
      "id": "fol_4y6LduVdwSKC27",
      "name": "Top secret recipes",
      "parent_folder_id": "fol_a74g2hvl98iUHG"
    }
  ],
  "hasMore": true,
  "cursor": "eyJjcmVkZW50aWFsfQ=="
}