> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# nsc bazel invocation report

Stream a JSON report for a Bazel invocation.

`bazel invocation report` streams a JSON report for a single Bazel invocation
that Namespace has recorded through its remote cache and remote execution
service. Pass the invocation ID as a positional argument to select which
invocation to report on — use `nsc bazel invocation list` to find recent
invocation IDs.

## Usage

```bash theme={null}
nsc bazel invocation report [invocation-id]
```

### Example

```bash theme={null}
nsc bazel invocation report <invocation-id>
```

## Options

`nsc bazel invocation report` has no options.

## Related Topics

* [nsc bazel invocation list](/docs/reference/cli/bazel-invocation-list)
