List sites
plausible_list_sitesList the sites the API key can access (domain + timezone), with cursor pagination. Requires an enterprise plan. Plausible: GET /api/v1/sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for the next page (from meta.after). | |
| limit | No | Sites per page. | |
| before | No | Cursor for the previous page (from meta.before). |