list_tenant_payments
Retrieve tenant payment records for a project. Filter by status, limit results, or use cursor pagination.
Instructions
List redacted tenant x402 payment records for priced function web routes on a project (GET /projects/v1/:project_id/tenant-payments). Requires project.tenant_payments.read: org developer+ or read-scoped project grant/delegate. Raw X-PAYMENT headers, authorization hashes, and internal metadata are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Opaque keyset cursor from a previous next_cursor. | |
| limit | No | Page size. Server default 50, max 200. | |
| status | No | Optional status filter. | |
| project_id | Yes | Project id, e.g. `prj_...`. |