---
title: runtime package
description: The runtime package provides information about the current Flux runtime.
url: https://docs.influxdata.com/flux/v0/stdlib/runtime/
estimated_tokens: 60
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/runtime/
date: '2023-09-12T23:33:31-06:00'
lastmod: '2023-09-12T23:33:31-06:00'
---

InfluxDB support

The `runtime` package provides information about the current Flux runtime.
Import the `runtime` package:

```js
import "runtime"
```

introduce: 0.38.0

## Functions

* [runtime.version()](/flux/v0/stdlib/runtime/version/)
