> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/infrastructure-as-code-management/iacm-api-reference/system/latest-plugin-version-system.md).

# latest-plugin-version system

Get the latest plugin version

```json
{"openapi":"3.0.3","info":{"title":"Infrastructure as Code Management","version":"0.1.0"},"tags":[{"name":"system","description":"System Service handles the API for health checks and version."}],"servers":[{"url":"http://localhost:80"}],"paths":{"/api/latest-plugin-version":{"post":{"tags":["system"],"summary":"latest-plugin-version system","description":"Get the latest plugin version","operationId":"system#latest-plugin-version","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PluginReportedVersion"}}}},"responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HarnessIacmPluginversion"}}}}}}}},"components":{"schemas":{"PluginReportedVersion":{"type":"object","properties":{"commit":{"type":"string","description":"Build identifier"},"version":{"type":"string","description":"Version number"}},"description":"Plugin Reported Version","required":["version","commit"]},"HarnessIacmPluginversion":{"type":"object","properties":{"commit":{"type":"string","description":"Build identifier"},"version":{"type":"string","description":"Version number"}},"description":"Plugin version"}}}}
```
