# openapi

Shows the node’s OpenAPI specification.

```tql
openapi
```

## Description

The `openapi` operator shows the current Tenzir node’s [OpenAPI specification](https://preview.docs.tenzir.com/375/375/reference/node/api.md) for all available REST endpoint plugins.

## Examples

### Render the OpenAPI specification as YAML

```tql
openapi
write_yaml
```

## See Also

* [`api`](https://preview.docs.tenzir.com/375/375/reference/operators/api.md)