Reclaim.ai · Schema

Task

Artificial IntelligenceSchedulingCalendarProductivityTaskHabitsTime ManagementMeetingsFocus Time

Properties

Name Type Description
id integer
title string
notes string
notesOmitted boolean
eventCategory object
eventSubType object
eventColor object
status object
timeChunksRequired integer
timeChunksSpent integer
timeChunksRemaining integer
minChunkSize integer
maxChunkSize integer
alwaysPrivate boolean
deleted boolean
index number
due string
created string
updated string
finished string
snoozeUntil string
adjusted boolean
atRisk boolean
timeSchemeId string
priority object
onDeck boolean
deferred boolean
sortKey number
taskSource object
readOnlyFields array
prioritizableType string
type string
View JSON Schema on GitHub

JSON Schema

reclaim-ai-task.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.app.reclaim.ai/schemas/Task",
  "title": "Task",
  "required": [
    "adjusted",
    "alwaysPrivate",
    "atRisk",
    "created",
    "deferred",
    "deleted",
    "eventCategory",
    "eventSubType",
    "id",
    "index",
    "maxChunkSize",
    "minChunkSize",
    "notes",
    "notesOmitted",
    "onDeck",
    "priority",
    "readOnlyFields",
    "sortKey",
    "status",
    "taskSource",
    "timeChunksRemaining",
    "timeChunksRequired",
    "timeChunksSpent",
    "timeSchemeId",
    "title",
    "updated"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "title": {
      "minLength": 1,
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "notesOmitted": {
      "type": "boolean"
    },
    "eventCategory": {
      "$ref": "#/components/schemas/EventCategory"
    },
    "eventSubType": {
      "$ref": "#/components/schemas/EventSubType"
    },
    "eventColor": {
      "nullable": true,
      "allOf": [
        {
          "$ref": "#/components/schemas/EventColor"
        }
      ]
    },
    "status": {
      "$ref": "#/components/schemas/TaskStatus"
    },
    "timeChunksRequired": {
      "type": "integer",
      "format": "int32"
    },
    "timeChunksSpent": {
      "type": "integer",
      "format": "int32"
    },
    "timeChunksRemaining": {
      "type": "integer",
      "format": "int32"
    },
    "minChunkSize": {
      "type": "integer",
      "format": "int32"
    },
    "maxChunkSize": {
      "type": "integer",
      "format": "int32"
    },
    "alwaysPrivate": {
      "type": "boolean"
    },
    "deleted": {
      "type": "boolean"
    },
    "index": {
      "type": "number",
      "format": "double"
    },
    "due": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "created": {
      "type": "string",
      "format": "date-time"
    },
    "updated": {
      "type": "string",
      "format": "date-time"
    },
    "finished": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "snoozeUntil": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "adjusted": {
      "type": "boolean"
    },
    "atRisk": {
      "type": "boolean"
    },
    "timeSchemeId": {
      "type": "string"
    },
    "priority": {
      "$ref": "#/components/schemas/PriorityLevel"
    },
    "onDeck": {
      "type": "boolean"
    },
    "deferred": {
      "type": "boolean"
    },
    "sortKey": {
      "type": "number",
      "format": "double"
    },
    "taskSource": {
      "$ref": "#/components/schemas/TaskSource"
    },
    "readOnlyFields": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "prioritizableType": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}

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/reclaim-ai-task"
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.