# getstream status

{/*cli-reference: generated by scripts/cli-reference.mjs from `getstream status --help` (Stream CLI 0.0.0-local). Edit only inside the custom blocks; everything else is overwritten on the next run.*/}

**Scope:** app

Show current CLI and project status: the account the CLI is logged in
to and the app scope that its commands would target.

Like every app-scoped command, `status` acts on the current project's
app unless `--app-id` or the `STREAM_API_KEY` and `STREAM_API_SECRET`
environment variables override it.

{/*custom:intro*/}
{/*/custom:intro*/}

```sh
getstream status [flags]
```

## Examples

```sh
getstream status
getstream status --app-id 1234567
```

## Flags

| Flag             | Description                                            |
| ---------------- | ------------------------------------------------------ |
| `--app-id <int>` | id of the app to act on; defaults to the project's app |

## Global flags

| Flag        | Description                               |
| ----------- | ----------------------------------------- |
| `--verbose` | print API requests and full error details |

{/*custom:notes*/}
{/*/custom:notes*/}

---

For the most recent version of this documentation, visit [https://getstream.io/cli/docs/commands/status/](https://getstream.io/cli/docs/commands/status/).