Skip to main content

reports create

Create a report with one or more assets.
For fields the flags do not cover — externalReporter, enrichments, rawAssetsInput — pass a payload file:

reports list

List recent reports for an organization, with the same filtering as the app’s Reports view.
Responses include totalCount — the number of reports matching your filters, independent of --limit and --cursor. Use it as a denominator when sampling (“sampled 200 of ~4,235”) or to decide whether to paginate or narrow the filters first.
--needs-customer-review is the queue proposals review acts on. The proposal and asset IDs that command needs come from proposals[].id and proposals[].asset.id in this listing. Answer “does a report already exist for these assets?” in one call. This is the fast way to avoid filing a duplicate; to browse or filter an organization’s reports, use reports list instead.