# Coda · `list_pages`

List pages in a Coda doc with pagination.

- **Service**: `coda`
- **Action**: `list_pages`
- **Action id**: `coda.list_pages`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "coda" --action "list_pages"
```

## Run

```bash
oo connector run "coda" --action "list_pages" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
