Clickup · Schema

Folder

A Folder object representing an organizational container within a Space.

Properties

Name Type Description
id string The unique identifier of the Folder.
name string The name of the Folder.
orderindex integer The order index of the Folder.
override_statuses boolean Whether the Folder overrides Space statuses.
hidden boolean Whether the Folder is hidden.
space object The Space this Folder belongs to.
task_count string The total number of tasks in the Folder.
archived boolean Whether the Folder is archived.
statuses array Available statuses for the Folder.
lists array Lists within the Folder.
permission_level string The permission level of the Folder.
View JSON Schema on GitHub

JSON Schema

clickup-folder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Folder",
  "title": "Folder",
  "type": "object",
  "description": "A Folder object representing an organizational container within a Space.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the Folder."
    },
    "name": {
      "type": "string",
      "description": "The name of the Folder."
    },
    "orderindex": {
      "type": "integer",
      "description": "The order index of the Folder."
    },
    "override_statuses": {
      "type": "boolean",
      "description": "Whether the Folder overrides Space statuses."
    },
    "hidden": {
      "type": "boolean",
      "description": "Whether the Folder is hidden."
    },
    "space": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The Space ID."
        },
        "name": {
          "type": "string",
          "description": "The Space name."
        },
        "access": {
          "type": "boolean",
          "description": "Whether the user has access."
        }
      },
      "description": "The Space this Folder belongs to."
    },
    "task_count": {
      "type": "string",
      "description": "The total number of tasks in the Folder."
    },
    "archived": {
      "type": "boolean",
      "description": "Whether the Folder is archived."
    },
    "statuses": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "The status ID."
          },
          "status": {
            "type": "string",
            "description": "The status name."
          },
          "orderindex": {
            "type": "integer",
            "description": "The order index."
          },
          "color": {
            "type": "string",
            "description": "The hex color code."
          },
          "type": {
            "type": "string",
            "description": "The status type."
          }
        }
      },
      "description": "Available statuses for the Folder."
    },
    "lists": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "The List ID."
          },
          "name": {
            "type": "string",
            "description": "The List name."
          },
          "orderindex": {
            "type": "integer",
            "description": "The order index."
          },
          "status": {
            "type": "object",
            "nullable": true,
            "description": "The List status."
          },
          "priority": {
            "type": "object",
            "nullable": true,
            "description": "The List priority."
          },
          "assignee": {
            "type": "object",
            "nullable": true,
            "description": "The List assignee."
          },
          "task_count": {
            "type": "integer",
            "description": "The number of tasks."
          },
          "due_date": {
            "type": "string",
            "nullable": true,
            "description": "The due date as Unix timestamp."
          },
          "start_date": {
            "type": "string",
            "nullable": true,
            "description": "The start date as Unix timestamp."
          },
          "space": {
            "type": "object",
            "description": "The Space reference."
          },
          "archived": {
            "type": "boolean",
            "description": "Whether the List is archived."
          },
          "override_statuses": {
            "type": "boolean",
            "nullable": true,
            "description": "Whether statuses are overridden."
          },
          "permission_level": {
            "type": "string",
            "description": "The permission level."
          }
        }
      },
      "description": "Lists within the Folder."
    },
    "permission_level": {
      "type": "string",
      "description": "The permission level of the Folder."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/clickup-folder"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.