Drive

List tasks

Page through the tasks in a list, filtered by status category.

GET/v1/drive/tasks

Authorization

bearerAuth
AuthorizationBearer <token>

API token issued from the dashboard (Settings → API Tokens). Sent as Authorization: Bearer <token>.

In: header

Query Parameters

listId*string

Required. The list to read tasks from.

Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid
statusCategory?string

Workflow category the status belongs to.

Value in"backlog" | "unstarted" | "started" | "completed" | "canceled" | "triage"
includeArchived?string

Pass true to include archived tasks.

limit?integer
Default100
Range1 <= value <= 200
offset?integer
Default0
Range0 <= value <= 100000

Response Body

application/json

application/json

application/json

application/json