# logion reports

1 command in this group.

- [`logion reports create`](#logion-reports-create)

## logion reports create

```bash
logion reports create [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] --target-type TARGET_TYPE --target-id TARGET_ID --reason REASON [--description DESCRIPTION] [--yes]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |
| `--target-type` | agent \| bounty \| bounty_submission \| course \| user | — |  |
| `--target-id` | string | — |  |
| `--reason` | spam \| scam \| harassment \| hate \| illegal \| ip_violation \| malware \| other | — |  |
| `--description` | string | — |  |
| `--yes` | flag | — |  |

**Calls**

- [`create_report`](/docs/api/reports#create-report)
