# List ad sheets (adsap_list_ad_sheets)

Lists the bulk ad creation sheets that belong to an ad account.

Canonical: https://adsap.ai/docs/tools/adsap_list_ad_sheets
Updated: 2026-09-13

**Platform:** Meta · **Read or write:** Read · **Plan:** All plans · **Consumes a task:** No · **Preview supported:** No

## What it does

Lists the bulk ad creation sheets that belong to an ad account. Each sheet holds rows of ad configurations built in the Adsap web app. Use it to find a sheet before asking about its structure.

## Parameters

Descriptions are shortened from the tool schema. Your assistant sees the full text.

| Name | Type | Required | Description |
|---|---|---|---|
| `ad_account_id` | string | No |  |
| `limit` | number | No |  |
| `cursor` | string | No |  |

## Example prompts

- "Which ad sheets do I have for the US account?"
- "List my ad sheets and tell me which ones still have unlaunched rows."

## Related tools

- [`adsap_get_ad_sheet_schema`](/tools/adsap_get_ad_sheet_schema): Retrieve column schema, constraints, and dependencies for an ad sheet: use it to read or explain a sheet's structure.

## Guide

Read [Ad sheets](/guides/ad-sheets) for the workflow around this tool, and the [Tool reference](/tools) for every tool.
