Check your DeckExtract account status
account_statusReturns the calling account's plan (free or Pro), whether it's signed in, and this month's extraction usage and remaining quota. Takes no input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | 'unlimited' is the Pro plan | |
| No | |||
| isPro | Yes | ||
| remaining | Yes | Extractions left this month; null when unlimited | |
| monthlyLimit | Yes | Free-plan monthly cap; null when unlimited | |
| monthlyUsage | Yes | Extractions used this calendar month | |
| authenticated | Yes | Whether the caller is signed in |