# Govparse Agent Gateway Health & Dataset Attestation

> Govparse Agent Gateway Health & Dataset Attestation is a paid API for AI agents from api.govparse.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns the live health status of the Govparse Agent Gateway and a signed meta attestation listing the product datasets it fronts, proving the payment-to-attestation pipeline end to end.

## Facts

- Endpoint: GET https://api.govparse.io/v1/health
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govparse-agent-gateway-health-dataset-attestation-a27946fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rrlKSt8EjoWst9q51Mrbr

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability govparse-agent-gateway-health-dataset-attestation-a27946fa
```

Example prompt: Check whether the Govparse Agent Gateway is up and get the signed meta attestation showing which government datasets it currently fronts.

## When to prefer this

Use this endpoint before making any other Govparse API calls to confirm the gateway is operational and to discover which product datasets are currently available. It is the canonical entry point for verifying the x402 payment-to-attestation pipeline integrity. Prefer this over assuming availability when building automated agents that depend on Govparse data freshness or when you need a cryptographic attestation of service status for audit purposes.

## Known failure modes

- Gateway down: service unavailable response if the Govparse backend is offline
- Attestation signing failure: valid health response but missing or malformed _meta attestation if signing service is degraded
- Payment rejection: x402 payment-required error if USDC micropayment is not processed correctly
- Network timeout: no response if gateway is unreachable
- Partial dataset list: attestation returned but dataset enumeration is incomplete due to a backend index lag

## How this service works

Is the Govparse Agent Gateway up, and which product datasets does it front? Returns a signed _meta attestation proving the payment-to-attestation pipeline end to end.

## Output

Returns the live health status of the Govparse Agent Gateway (up/down), a list of product datasets currently fronted by the gateway, and a signed _meta attestation cryptographically proving the payment-to-attestation pipeline is functioning end to end.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {}
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govparse-agent-gateway-health-dataset-attestation-a27946fa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.govparse.io](https://www.zero.xyz/host/api.govparse.io/llms.txt)
