---
title: "Get Plans"
method: GET
path: "/api/v1/users/plans"
tags: ["Users"]
---

# Get Plans

`GET /api/v1/users/plans`

Get available pricing — human subscriptions + agent (x402) per-call.

Two surfaces in one response:
  - `subscriptions`: human Stripe subscription tiers (existing)
  - `x402`: per-call wallet pricing (new, surfaced for agent discovery)

Iterates `all_plans()` so the response auto-includes any tier added in
`subscription_plans.py` without an endpoint edit.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
