---
title: "Report rclone version"
method: POST
path: "/core/version"
---

# Report rclone version

`POST /core/version`

Returns the running rclone version, build metadata, and Go runtime details.

## Query parameters

- `_group` string
- `_async` boolean

## Headers

- `Prefer` 'respond-async'

## Request body

- CoreVersionRequest
  - `_group` string — Assign the request to a custom stats group.
  - `_async` boolean — Run the command asynchronously. Returns a job id immediately.

## Response `200`

rclone version, build information, and runtime details.

- object
  - `version` string, required — Full semantic version string (e.g. 1.67.0).
  - `os` string, required — Operating system rclone is running on (e.g. linux, darwin).
  - `arch` string, required — CPU architecture (e.g. amd64, arm64).
  - `decomposed` number[], required — Version number broken into components.
  - `isGit` boolean, required — True when built directly from a git checkout.
  - `isBeta` boolean, required — Indicates whether this build is a beta version.
  - `goVersion` string, required — Go toolchain version used to build rclone.
  - `osVersion` string — OS Version (e.g. ubuntu 24.04 (64 bit)).
  - `osKernel` string — OS Kernel version (e.g. 6.8.0-86-generic (x86_64)).
  - `osArch` string — CPU architecture in use (e.g. arm64 (ARMv8 compatible)).
  - `linking` string, required — Linking mode for the binary (static or dynamic).
  - `goTags` string, required — Space separated Go build tags, if any.

## Other responses

- `202` — Request accepted for async processing. Poll /job/status with the returned jobid.
- `4XX` — Any error response (HTTP 4xx/5xx)
- `5XX` — Any error response (HTTP 4xx/5xx)

---

[API](https://skmtc.net/rclone/apis/rclone-rc-api.md) · [All operations](https://skmtc.net/rclone/apis/rclone-rc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rclone/rclone-rc-api/versions/2849bf2803ce/schema)
