---
title: "Get system information"
method: GET
path: "/v1/system-info"
tags: ["system info"]
---

# Get system information

`GET /v1/system-info`

Get information about the Pebble daemon and the boot ID of the system.

## Response `200`

System information.

- GetSystemInfoResponse
  - `type` string — Response type, "sync".
  - `status-code` integer — HTTP response status code.
  - `status` string — The description of the HTTP status code. See the [IANA list](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml).
  - `result` SystemInfo
    - `boot-id` string, required — A unique string that represents this boot of the server.
    - `http-address` string — Address the HTTP server is listening on, for example `:4000`. Only present if the daemon was started with the `--http` argument.
    - `version` string, required — Version of the Pebble daemon.

## Changes

- **2025-04-27** `a89593eec45d` — 3 info
  - added the optional property `allOf[subschema #2]/result/http-address` to the response with the `200` status
  - the response property `allOf[subschema #2]/result/boot-id` became required for the status `200`
  - the response property `allOf[subschema #2]/result/version` became required for the status `200`
- **2025-01-13** `20135041d803` — 2 info
  - api tag `system info` added
  - api tag `system` removed
- **2024-12-24** `26cd4f832e9c` — 1 info
  - endpoint added
- **2024-12-22** `b3903318c3bd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/canonical/apis/pebble-api/changes/v1/system-info/get.md)

---

[API](https://skmtc.dev/canonical/apis/pebble-api.md) · [All operations](https://skmtc.dev/canonical/apis/pebble-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/canonical/pebble-api/revisions/a94f353eccac/schema)
