get_dataset
Retrieve full dataset content. Paid tiers require verified x402 payment and return instructions until PAYMENT-SIGNATURE (or legacy fallback) is supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Optional dataset version to buy. Defaults to the latest. A version that does not exist is rejected, never substituted. The response pins the delivered version and its content hash. | |
| x_payment | No | Legacy v1 X-PAYMENT header value. | |
| dataset_id | Yes | The dataset ID | |
| payment_proof | No | Legacy fallback proof used by older clients (historically X-PAYMENT-RESPONSE). Prefer payment_signature. Accepted only when the server explicitly sets X402_ALLOW_LEGACY_RESPONSE_PROOF=true; rejected otherwise. | |
| payment_signature | No | Base64 x402 PAYMENT-SIGNATURE header value (v2 preferred). |