Clickup · JSON Structure
Clickup Structure
Structural overview of the Clickup API surface; extracted from openapi/.
Type:
Properties: 0
Clickup Structure is a JSON Structure definition published by Clickup.
Meta-schema:
JSON Structure
{
"provider": "Clickup",
"providerId": "clickup",
"kind": "json-structure",
"description": "Structural overview of the Clickup API surface; extracted from openapi/.",
"schemaCount": 8,
"operationCount": 11,
"schemas": [
{
"name": "Task",
"type": "object",
"propertyCount": 34,
"required": []
},
{
"name": "CreateTaskRequest",
"type": "object",
"propertyCount": 17,
"required": [
"name"
]
},
{
"name": "UpdateTaskRequest",
"type": "object",
"propertyCount": 13,
"required": []
},
{
"name": "Status",
"type": "object",
"propertyCount": 5,
"required": []
},
{
"name": "User",
"type": "object",
"propertyCount": 6,
"required": []
},
{
"name": "Tag",
"type": "object",
"propertyCount": 4,
"required": []
},
{
"name": "Priority",
"type": "object",
"propertyCount": 4,
"required": []
},
{
"name": "CustomField",
"type": "object",
"propertyCount": 8,
"required": []
}
],
"operations": [
{
"method": "GET",
"path": "/list/{list_id}/task",
"operationId": "getTasks",
"summary": "Get tasks in a list",
"tags": [
"Tasks"
]
},
{
"method": "POST",
"path": "/list/{list_id}/task",
"operationId": "createTask",
"summary": "Create a task",
"tags": [
"Tasks"
]
},
{
"method": "GET",
"path": "/task/{task_id}",
"operationId": "getTask",
"summary": "Get a task",
"tags": [
"Tasks"
]
},
{
"method": "PUT",
"path": "/task/{task_id}",
"operationId": "updateTask",
"summary": "Update a task",
"tags": [
"Tasks"
]
},
{
"method": "DELETE",
"path": "/task/{task_id}",
"operationId": "deleteTask",
"summary": "Delete a task",
"tags": [
"Tasks"
]
},
{
"method": "GET",
"path": "/team/{team_id}/task",
"operationId": "getFilteredTeamTasks",
"summary": "Get filtered team tasks",
"tags": [
"Tasks"
]
},
{
"method": "GET",
"path": "/task/{task_id}/time_in_status",
"operationId": "getTaskTimeInStatus",
"summary": "Get task time in status",
"tags": [
"Tasks"
]
},
{
"method": "GET",
"path": "/task/bulk_time_in_status/task_ids",
"operationId": "getBulkTaskTimeInStatus",
"summary": "Get bulk task time in status",
"tags": [
"Tasks"
]
},
{
"method": "GET",
"path": "/list/{list_id}/task/{task_id}/member",
"operationId": "getTaskMembers",
"summary": "Get task members",
"tags": [
"Tasks"
]
},
{
"method": "POST",
"path": "/task/{task_id}/tag/{tag_name}",
"operationId": "addTagToTask",
"summary": "Add tag to task",
"tags": [
"Tasks"
]
},
{
"method": "DELETE",
"path": "/task/{task_id}/tag/{tag_name}",
"operationId": "removeTagFromTask",
"summary": "Remove tag from task",
"tags": [
"Tasks"
]
}
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/clickup-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.