get_recovery_readiness
Read the Disaster Recovery readiness checklist for the creator the token acts for — every line with its state, and the totals the dashboard card shows. Takes no input.
Purpose
Answer "how ready is this account for the next ban?". The checklist is the one the Disaster Recovery → Readiness page shows. The account's own lines come first: a second factor and a backup sign-in account. Then each installed connector's lines, worded by that connector and named by connector (Telegram's: a standby bot for every project, a standby for every channel and group, automatic failover, a live mirror). Last the two reminders: a copy of the content kept elsewhere, and a second human administrator in every space. Each line says whether it is in place, whether the plan lacks the feature (locked), the state in words and where the fix lives; the totals say how many verifiable lines are done. The payload is exactly what GET /v1/recovery/readiness returns.
Required ability
project-recovery:view-any
Input schema
{
"type": "object",
"properties": {}
}Output shape
{
"data": {
"prevention": true,
"completed": 4,
"total": 6,
"complete": false,
"items": [
{
"key": "second_factor",
"connector": null,
"connector_name": null,
"label": "Two-Factor Authentication or a Passkey",
"description": "Recovery moves your identity, so the account that runs it should be hard to take over.",
"icon": "shield-check",
"prevention": false,
"reminder": false,
"done": true,
"locked": false,
"detail": "Enabled",
"url": "https://app.subscriby.net/settings/security"
}
]
},
"meta": {}
}done is true, false, or null when the platform can only remind (reminder: true); reminders never count toward total.
Example prompts
"How ready am I for a Telegram ban? What's still missing?"
"Which of my disaster-recovery precautions are locked behind my plan?"
Failure modes
AUTHENTICATION_REQUIRED— no authenticated user on the request.TOKEN_MISSING_ABILITY— token lacksproject-recovery:view-any.
Related
list_recovery_incidents— what is broken right now.get_recovery_allowances— how many recoveries the quota still allows.- Recovery API
- Active Disaster Prevention
How is this guide?
get_recovery_allowances
Read how many self-service Disaster Recoveries of each kind the creator the token acts for may still run, what support has released on top, and when the allowance returns. Takes no input.
get_recovery_roll_call
Read where the re-admission after one Disaster Recovery operation stands — how many members hold a fresh link, how many have joined, who is still outside, and whether a reminder may go out now.