card_areSuspended
Check the suspension status of Anki flashcards by providing a list of card IDs. Returns an array of boolean values indicating whether each card is suspended or null for non-existent cards.
Instructions
Returns an array indicating whether each given card is suspended. Each item is boolean or null if the card doesn't exist.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cards | Yes | A list of card IDs. |