# leapview search

Search accessible product objects

## Usage

```sh
leapview search <query> [flags]
```

## Behavior

| Side effect | Confirmation |
| --- | --- |
| `read` | `never` |

## Options

| Flag | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| `--json` | bool | `false` | false | print JSON response |
| `--limit` | int | `0` | false | maximum items to return |
| `--page-token` | string | `` | false | opaque page token |
| `--target` | string | `` | false | LeapView server URL |
| `--token` | string | `` | false | API token |
| `--type` | stringArray | `[]` | false | result type filter; repeatable or comma-separated |
| `--workspace` | stringArray | `[]` | false | workspace filter; repeatable |
