Skip to main content
GET
List all archived tasks

Authorizations

x-api-key
string
header
required

API key with znift_ prefix. Create one in Profile > API Keys.

Response

200 - application/json

Array of archived tasks

_id
string

Task ID

text
string

Task text

date
string<date>

Date in YYYY-MM-DD format

isCompleted
boolean
priority
enum<string> | null
Available options:
high,
medium,
low
dueTime
number | null

Due time as Unix timestamp in ms

timeSpent
number | null

Time spent in minutes

details
string | null

Additional task details

order
number

Sort order within date

createdAt
number

Creation timestamp in ms

archivedAt
number | null

Archive timestamp in ms

previousDates
string[]

Dates this task was previously on