Clickup · Schema

TimeEntry

A time entry recording tracked time on a task.

Properties

Name Type Description
id string The unique identifier of the time entry.
task object The task this time entry is associated with.
wid string The Workspace ID.
user object The user who logged the time entry.
billable boolean Whether the time entry is billable.
start string Unix timestamp in milliseconds when the time entry started.
end string Unix timestamp in milliseconds when the time entry ended.
duration string Duration of the time entry in milliseconds.
description string Description of the time entry.
tags array Tags associated with the time entry.
source string The source of the time entry (e.g., clickup, api).
at string Unix timestamp when the time entry was last modified.
task_location object Location details of the associated task.
task_tags array Tags from the associated task.
View JSON Schema on GitHub

JSON Schema

clickup-timeentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimeEntry",
  "title": "TimeEntry",
  "type": "object",
  "description": "A time entry recording tracked time on a task.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the time entry."
    },
    "task": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The task ID."
        },
        "name": {
          "type": "string",
          "description": "The task name."
        },
        "status": {
          "type": "object",
          "properties": {
            "status": {
              "type": "string",
              "description": "The status name."
            },
            "color": {
              "type": "string",
              "description": "The status color."
            },
            "type": {
              "type": "string",
              "description": "The status type."
            }
          },
          "description": "The task status."
        },
        "custom_type": {
          "type": "string",
          "nullable": true,
          "description": "Custom task type if applicable."
        }
      },
      "description": "The task this time entry is associated with."
    },
    "wid": {
      "type": "string",
      "description": "The Workspace ID."
    },
    "user": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "description": "The user ID."
        },
        "username": {
          "type": "string",
          "description": "The username."
        },
        "email": {
          "type": "string",
          "format": "email",
          "description": "The email address."
        },
        "color": {
          "type": "string",
          "description": "The user color."
        },
        "profilePicture": {
          "type": "string",
          "format": "uri",
          "nullable": true,
          "description": "URL of the profile picture."
        },
        "initials": {
          "type": "string",
          "description": "The user initials."
        }
      },
      "description": "The user who logged the time entry."
    },
    "billable": {
      "type": "boolean",
      "description": "Whether the time entry is billable."
    },
    "start": {
      "type": "string",
      "description": "Unix timestamp in milliseconds when the time entry started."
    },
    "end": {
      "type": "string",
      "description": "Unix timestamp in milliseconds when the time entry ended."
    },
    "duration": {
      "type": "string",
      "description": "Duration of the time entry in milliseconds."
    },
    "description": {
      "type": "string",
      "description": "Description of the time entry."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "The tag name."
          },
          "tag_bg": {
            "type": "string",
            "description": "Background color."
          },
          "tag_fg": {
            "type": "string",
            "description": "Foreground color."
          },
          "creator": {
            "type": "integer",
            "description": "The tag creator user ID."
          }
        }
      },
      "description": "Tags associated with the time entry."
    },
    "source": {
      "type": "string",
      "description": "The source of the time entry (e.g., clickup, api)."
    },
    "at": {
      "type": "string",
      "description": "Unix timestamp when the time entry was last modified."
    },
    "task_location": {
      "type": "object",
      "properties": {
        "list_id": {
          "type": "integer",
          "description": "The list ID."
        },
        "folder_id": {
          "type": "integer",
          "description": "The folder ID."
        },
        "space_id": {
          "type": "integer",
          "description": "The space ID."
        },
        "list_name": {
          "type": "string",
          "description": "The list name."
        },
        "folder_name": {
          "type": "string",
          "description": "The folder name."
        },
        "space_name": {
          "type": "string",
          "description": "The space name."
        }
      },
      "description": "Location details of the associated task."
    },
    "task_tags": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Tags from the associated task."
    }
  }
}

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