# ClickUp · `list_folderless_lists`

List the ClickUp folderless lists available in a space.

- **Service**: `clickup`
- **Action**: `list_folderless_lists`
- **Action id**: `clickup.list_folderless_lists`
- **Required scopes**: clickup.read

## Inspect the schema

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

```bash
oo connector schema "clickup" --action "list_folderless_lists"
```

## Run

```bash
oo connector run "clickup" --action "list_folderless_lists" --data '{}' --json
```

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