Get Signed Portfolio Artifact
paybond_get_signed_portfolio_artifactGet a signed Signal portfolio snapshot with operator list and Ed25519 signing material for offline verifier checks or partner sharing.
Instructions
Use this when you need a portable, tenant-scoped signed Signal portfolio snapshot (operator list plus Ed25519 signing material) for offline verifier checks or partner sharing—not a public leaderboard. Requires PAYBOND_API_KEY with Signal analytics read access. Omit score_version to use the gateway default current model (1.0). Do not use this for tenant-wide aggregates without signatures—call paybond_get_portfolio_summary—or for one operator's signed receipt—call paybond_get_reputation_receipt—or for one operator's fraud review posture—call paybond_get_fraud_assessment. Idempotent read with no side effects; auth, RBAC, feature, or gateway failures surface as tool errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score_version | No | Optional Signal score model version to query. Omit to use the gateway default current model (1.0). Example: 1.0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Artifact kind identifier (currently paybond.signal.portfolio_snapshot). | |
| tenant_id | No | Tenant echoed by the gateway for the authenticated API key (example: tenant-a). Never invent tenant identifiers. | |
| signature_hex | No | Ed25519 signature hex over the canonical portfolio artifact payload. | |
| score_model_version | No | Score model version used for the artifact (echoes the requested score_version or the gateway default 1.0). | |
| checkpoint_last_ledger_seq | No | Last ledger sequence included in the tenant Signal checkpoint for this artifact. |