get_card
Retrieve a card's details by ID: status, type, kind, spend limits, budgets, and locks. Use this when you have a card ID and need its information for management or verification.
Instructions
One card's details: last four, name, status, type, kind, spend limits, budgets, locks. No PAN, CVC, or expiry.
Use this when you have a card id; use `list_cards` to find or filter
cards. `card_id` is checked for path safety (1-64 letters, digits,
`-`, `_`) before any request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Exact `entity` key from `list_entities`, not its `display_name`. Required; there is no default. | |
| card_id | Yes | Card id from `list_cards`, or a non-null `cardId` on a `list_transactions` row. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||