List pages in a project
seo.rows.listReturns a page of rows (individual generated pages) with slug, target keyword and status. Costs 1c per call. Statuses are PENDING (no content yet), GENERATING, GENERATED (draft), REVIEWED (approved), PUBLISHED (live), FAILED, FLAGGED_DUPLICATE. Content bodies are NOT included — this is a listing, not an export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many rows to return, 1-200. Defaults to 50. Values above 200 are rejected — page through instead of asking for everything. | |
| status | No | Optional exact status filter. Omit for all statuses. Must be one of the listed values, uppercase. | |
| projectId | Yes | The project id, exactly as returned by seo.project.list (a cuid such as 'cmtjyi1q20000l204octn48ai'). Not the slug, not the display name. If you do not have one, call seo.project.list first. |