kf receipts
Read command receipts.
Reads the command receipt store over authenticated GraphQL. Read-only.
kf receipts list
List recent command receipts over authenticated GraphQL.
Lists receipts filtered by command type, actor, or status.
| Flag | Required | Description |
|---|---|---|
--tenant <id> | yes | Target tenant id. |
--environment <id> | no | Target environment id. |
--limit <n> | no | Result cap, default 20. |
--command-type <type> | no | Filter by command type. |
--status <status> | no | Filter by receipt status. |
--actor-id <id> | no | Filter by actor id. |
Example
kf receipts list --tenant tnt_demo --status SUCCEEDEDkf receipts show
Show one command receipt over authenticated GraphQL.
Reads one receipt by command id.
| Flag | Required | Description |
|---|---|---|
--tenant <id> | yes | Target tenant id. |
--environment <id> | no | Target environment id. |
Example
kf receipts show cmd_01HZ7GCK6MN1Q9V8P3T7B5XJ4F --tenant tnt_demo