list_d1_databases
List all D1 databases in your Cloudflare account, with optional name filter and pagination support.
Instructions
List D1 databases in an account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Cloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted. | |
| name | No | Filter by database name. | |
| page | No | ||
| per_page | No | ||
| fetch_all | No | When true, follow pagination and return all pages combined (ignores page/per_page). |