Back to Connected apps

Tasks List

Google Tasks

List active and completed tasks from one connected Google Tasks list.

Capability
Task management
Current price
$0.0050/call
Availability
Connected app
Last accepted verification

What this API does

Lists active and optionally completed tasks from one task list with bounded due, completion and update filters. Deleted tasks are not exposed. Each response page is one $0.0050 request.

Agents select this operation with tool ID google-tasks.tasks-list, then inspect its current executable contract before a run.

Public input and output shape

Input

max_pagesinteger · optional

Maximum number of result pages to request.

minimum: 1 · maximum: 10

pathobject · required

Identifier path for the authorised connected-app record.

queryobject · optional

Search terms used to find relevant records.

Output

pagesnumber

Returned pages value.

resultsarray

Returned results value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "google-tasks.tasks-list",
  "input": {
    "path": {
      "tasklistId": "YOUR-GOOGLE-TASK-LIST-ID"
    },
    "query": {
      "maxResults": 10,
      "showCompleted": true
    },
    "max_pages": 1
  }
}

Output

{
  "pages": 1,
  "results": [
    {
      "id": "task-output-id",
      "due": "2026-08-18T00:00:00.000Z",
      "kind": "tasks#task",
      "links": [],
      "notes": "Purpose-made Scrollport verification task. Safe to edit.",
      "title": "Review launch plan",
      "status": "needsAction",
      "updated": "2026-08-15T12:05:00.000Z",
      "position": "00000000000000000000",
      "selfLink": "https://www.googleapis.com/tasks/v1/lists/tasklist-output-id/tasks/task-output-id"
    }
  ]
}
Teaching errors and limitations
  • connection_required: This capability acts on your own Google Tasks, which isn't connected yet.Open connect_url, approve the shared Google Calendar and Tasks connection, then retry this run unchanged.
Updated
22 August 2026

Use Tasks List with Scrollport

Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.