Export Hotlist to Excel
Renders every finding matching filters and search — ranked exactly as the findings endpoint returns them — into an Excel (.xlsx) workbook, and returns a presigned download link valid for five minutes. The workbook is a single Hotlist sheet with a frozen, auto-filtered header row covering rank, finding, identifier, type, severity, location, priority score and signals, exploit / KEV / fixable flags, ticket status, provider, assignee, provider status, SLA due date and status, ticket URL, file path, line and compliance frameworks.
Unlike the findings endpoint this is not paginated — the export always holds the complete filtered list. Omit filters and search to export the entire Hotlist.
Authorizations
CodeAnt API token (cdt_...), created on the Settings → API Tokens page. Pass via Authorization: Bearer <token> header.
Body
Excel export request. filters and search behave exactly as they do for the findings endpoint, and the workbook contains every matching finding — not just one page.
Git platform of the organization
github, gitlab, bitbucket, azure_devops Organization / workspace slug
Self-hosted instance URL (also gitlab_base_url / bitbucket_base_url / azure_devops_base_url). Defaults to the cloud host.
"https://github.com"
Values within one dimension are ORed; dimensions are ANDed together. Omit a dimension, or send an empty list, to leave it unfiltered. Use the facets of a previous response to discover the values available in your organization.
Case-insensitive substring match over the finding title, identifier, location and file path.
Response
Workbook generated
"success"
Presigned link to the .xlsx workbook. It needs no authentication and expires after expires_in seconds.
Lifetime of download_url, in seconds.
300
"Hotlist_Example-Org_20260829T101500Z.xlsx"
Rows written to the workbook.