---
title: "Get Guard configuration"
method: GET
path: "/v1/config"
tags: ["config"]
---

# Get Guard configuration

`GET /v1/config`

Returns the current Guard program configuration including policy thresholds, network info, and aggregate intent statistics.

## Response `200`

Guard configuration returned

- object
  - `programId` string
  - `network` 'devnet' | 'mainnet'
  - `policies` object
  - `stats` object
    - `totalActions` number
    - `totalSettled` number
    - `totalDenied` number
    - `totalPending` number
  - `signerConfigured` boolean

---

[API](https://skmtc.dev/humbleaf/apis/agentchain-guard-api.md) · [All operations](https://skmtc.dev/humbleaf/apis/agentchain-guard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humbleaf/agentchain-guard-api/revisions/6670c57f15a3/schema)
