Skip to main content
GET
My Tasks

Headers

Authorization
string
required

Bearer [access_token]

Query Parameters

userId
integer<int64> | null

User ID to query tasks for. Defaults to the current authenticated user if not provided.

currentId
integer<int64>
default:0

Cursor-based pagination anchor. Pass the last returned item's id to fetch the next page. Default 0 (start from beginning).

limit
integer
default:10

Page size, 1–100. Default 10.

timeZoneCode
string | null

IANA timezone code (e.g. 'America/New_York'). If not provided, falls back to the user's configured timezone.

Response

Tasks assigned to the caller.

Wrapped response for GET /v2.0/tasks and GET /v2.0/tasks/my-tasks. Task entries are returned under the 'tasks' key.

tasks
object[]

Tasks and / or appointments matching the query.