Read naming generation provenance
list_name_generationsAudit a project's name generation history to trace the origin of any name set and confirm whether a failed run charged credits before you retry.
Instructions
Read the generation ledger for one project: every generate_names run with its request fingerprint, recipes and settings, model, prompt version, how many names it produced, how many credits it reserved and actually consumed, final status, and timestamps. Use it to answer where a given set of names came from, or to check whether a run that appeared to fail actually charged anything before retrying. Read-only, paginated, and free. Requires the naming:read scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size, 1-100. | |
| offset | No | Start index for paging, default 0. | |
| projectId | Yes | Owned naming project id from list_naming_projects. |