---
title: "Build info"
method: GET
path: "/api/v2/buildinfo"
tags: ["General"]
---

# Build info

`GET /api/v2/buildinfo`

## Response `200`

OK

- CodersdkBuildInfoResponse
  - `agent_api_version` string — AgentAPIVersion is the current version of the Agent API (back versions MAY still be supported).
  - `dashboard_url` string — DashboardURL is the URL to hit the deployment's dashboard. For external workspace proxies, this is the coderd they are connected to.
  - `deployment_id` string — DeploymentID is the unique identifier for this deployment.
  - `external_url` string — ExternalURL references the current Coder version. For production builds, this will link directly to a release. For development builds, this will link to a commit.
  - `provisioner_api_version` string — ProvisionerAPIVersion is the current version of the Provisioner API
  - `telemetry` boolean — Telemetry is a boolean that indicates whether telemetry is enabled.
  - `upgrade_message` string — UpgradeMessage is the message displayed to users when an outdated client is detected.
  - `version` string — Version returns the semantic version of the build.
  - `webpush_public_key` string — WebPushPublicKey is the public key for push notifications via Web Push.
  - `workspace_proxy` boolean

---

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