latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
Backups
Get Backups
Todoist creates a backup archive of users' data on a daily basis. Backup archives can also be accessed from the web app (Todoist Settings -> Backups).
This endpoint accepts the backups:read scope, the data:read_write scope, or a personal API token. The backups:read scope bypasses MFA and only grants access to GET /api/v1/backups. When using data:read_write or a personal API token for an account with MFA enabled, the MFA token is required.
get/api/v1/backups
Query parameters
mfa_tokenstring nullable
MFA token required when using a data:read_write token for an account with MFA enabled.
Example:123456
Response
Successful Response
Example response
[
{
"version": "2025-02-13 02:03",
"url": "https://api.todoist.com/api/v1/backups/download?file=12345678901234567890123456789012.zip"
}
]