Asana · Schema
TaskCountResponse
A response object returned from the task count endpoint.
CollaborationProductivityProject ManagementProjectTask ManagementTaskWorkflows
Properties
| Name | Type | Description |
|---|---|---|
| num_tasks | integer | The number of tasks in a project. |
| num_incomplete_tasks | integer | The number of incomplete tasks in a project. |
| num_completed_tasks | integer | The number of completed tasks in a project. |
| num_milestones | integer | The number of milestones in a project. |
| num_incomplete_milestones | integer | The number of incomplete milestones in a project. |
| num_completed_milestones | integer | The number of completed milestones in a project. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TaskCountResponse",
"title": "TaskCountResponse",
"description": "A response object returned from the task count endpoint.",
"type": "object",
"properties": {
"num_tasks": {
"description": "The number of tasks in a project.",
"type": "integer",
"example": 200
},
"num_incomplete_tasks": {
"description": "The number of incomplete tasks in a project.",
"type": "integer",
"example": 50
},
"num_completed_tasks": {
"description": "The number of completed tasks in a project.",
"type": "integer",
"example": 150
},
"num_milestones": {
"description": "The number of milestones in a project.",
"type": "integer",
"example": 10
},
"num_incomplete_milestones": {
"description": "The number of incomplete milestones in a project.",
"type": "integer",
"example": 7
},
"num_completed_milestones": {
"description": "The number of completed milestones in a project.",
"type": "integer",
"example": 3
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/asana-taskcountresponse"
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.