# 📖 `clever accesslogs` command reference

## ➡️ `clever accesslogs` <kbd>Since 2.1.0</kbd>

Fetch access logs

```bash
clever accesslogs [options]
```

### ⚙️ Options

|Name|Description|
|---|---|
|`--addon` `<addon-id>`|Add-on ID or real ID|
|`--after`, `--since` `<after>`|Fetch logs after this date/time (ISO8601 date, positive number in seconds or duration, e.g.: 1h)|
|`-a`, `--alias` `<alias>`|Short name for the application|
|`--app` `<app-id\|app-name>`|Application to manage by its ID (or name, if unambiguous)|
|`--before`, `--until` `<before>`|Fetch logs before this date/time (ISO8601 date, positive number in seconds or duration, e.g.: 1h)|
|`-F`, `--format` `<format>`|Output format (human, json, json-stream) (default: human)|
