---
title: "Retrieve OIBus information"
method: GET
path: "/api/engine/info"
tags: ["Engine"]
---

# Retrieve OIBus information

`GET /api/engine/info`

Returns version and system information about the OIBus instance

## Response `200`

OIBus information including version, build, and system details

- OIBusInfo — Information about the OIBus instance.
  - `version` string, required — The version of OIBus.
  - `launcherVersion` string, required — The version of the launcher.
  - `oibusName` string, required — The name of the OIBus instance.
  - `oibusId` string, required — The ID of the OIBus instance.
  - `dataDirectory` string, required — The data directory for OIBus.
  - `binaryDirectory` string, required — The binary directory for OIBus.
  - `processId` string, required — The process ID of the OIBus instance.
  - `hostname` string, required — The hostname of the machine running OIBus.
  - `operatingSystem` string, required — The operating system of the machine.
  - `architecture` string, required — The architecture of the machine.
  - `platform` string, required — The platform of the machine.
  - `ignoreIpFilters` boolean, required — Whether IP filters are ignored (disabled) via the --ignoreIpFilters launch flag.
  - `ignoreRemoteUpdate` boolean, required — Whether remote update is ignored (disabled) via the --ignoreRemoteUpdate launch flag.

---

[API](https://skmtc.net/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.net/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/versions/743d1b62f042/schema)
