Clickup · Schema

List

A List object representing a container for tasks within a Space or Folder.

Properties

Name Type Description
id string The unique identifier of the List.
name string The name of the List.
orderindex integer The order index of the List.
content string The content description of the List.
status object The status of the List.
priority object The priority of the List.
assignee object The user assigned to the List.
task_count integer The number of tasks in the List.
due_date string The due date as a Unix timestamp in milliseconds.
start_date string The start date as a Unix timestamp in milliseconds.
folder object The Folder this List belongs to.
space object The Space this List belongs to.
archived boolean Whether the List is archived.
override_statuses boolean Whether the List overrides the Space statuses.
statuses array Available statuses for the List.
permission_level string The permission level of the List.
View JSON Schema on GitHub

JSON Schema

clickup-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/List",
  "title": "List",
  "type": "object",
  "description": "A List object representing a container for tasks within a Space or Folder.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the List."
    },
    "name": {
      "type": "string",
      "description": "The name of the List."
    },
    "orderindex": {
      "type": "integer",
      "description": "The order index of the List."
    },
    "content": {
      "type": "string",
      "nullable": true,
      "description": "The content description of the List."
    },
    "status": {
      "type": "object",
      "nullable": true,
      "properties": {
        "status": {
          "type": "string",
          "description": "The status name."
        },
        "color": {
          "type": "string",
          "description": "The hex color code."
        },
        "hide_label": {
          "type": "boolean",
          "description": "Whether to hide the status label."
        }
      },
      "description": "The status of the List."
    },
    "priority": {
      "type": "object",
      "nullable": true,
      "properties": {
        "priority": {
          "type": "string",
          "description": "The priority level."
        },
        "color": {
          "type": "string",
          "description": "The hex color code."
        }
      },
      "description": "The priority of the List."
    },
    "assignee": {
      "type": "object",
      "nullable": true,
      "description": "The user assigned to the List."
    },
    "task_count": {
      "type": "integer",
      "nullable": true,
      "description": "The number of tasks in the List."
    },
    "due_date": {
      "type": "string",
      "nullable": true,
      "description": "The due date as a Unix timestamp in milliseconds."
    },
    "start_date": {
      "type": "string",
      "nullable": true,
      "description": "The start date as a Unix timestamp in milliseconds."
    },
    "folder": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The Folder ID."
        },
        "name": {
          "type": "string",
          "description": "The Folder name."
        },
        "hidden": {
          "type": "boolean",
          "description": "Whether the Folder is hidden."
        },
        "access": {
          "type": "boolean",
          "description": "Whether the user has access."
        }
      },
      "description": "The Folder this List belongs to."
    },
    "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 List belongs to."
    },
    "archived": {
      "type": "boolean",
      "description": "Whether the List is archived."
    },
    "override_statuses": {
      "type": "boolean",
      "description": "Whether the List overrides the Space statuses."
    },
    "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 List."
    },
    "permission_level": {
      "type": "string",
      "description": "The permission level of the List."
    }
  }
}

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-list"
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.