# status
> Reference for motherduck status, which reports authentication state, token source, account, and duckling size.
Show authentication state, account, and duckling size.

## Usage

```bash
motherduck status [options]
```

## Examples

```bash
motherduck status
motherduck status -o json
```

## Output

Reports whether you're authenticated, which credential the CLI used, the
account and organization it belongs to, and the duckling size.

The credential source is worth reading first. The CLI prefers
`MOTHERDUCK_TOKEN` over the saved token, so when a command touches an account
you didn't expect, that's where to look.

On an organization created by [`new`](./new.md) and not yet claimed, the claim
URL and the time left appear as well, for as long as the claim is valid.

## Related

- [`login`](./login.md) and [`logout`](./logout.md)
- [`new claim`](./new.md#motherduck-new-claim) reprints the claim URL
- [Authentication](/getting-started/interfaces/motherduck-cli/authentication/)


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `GET https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

URL-encode query parameter values and send a GET request:

```text
GET https://motherduck.com/docs/api/feedback/agent?page_path=%2Fsql-reference%2Fmotherduck-cli%2Fstatus%2F&page_title=status&text=<url-encoded user feedback, max 2000 characters>
```

Optionally append `&source=<url-encoded interface identifier>` such as `claude.ai` or `chatgpt`.

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed query parameters, and `429` when rate-limited.
