Skip to main content
POST
Export Hotlist to Excel

Authorizations

Authorization
string
header
required

CodeAnt API token (cdt_...), created on the Settings → API Tokens page. Pass via Authorization: Bearer <token> header.

Body

application/json

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.

platform
enum<string>
required

Git platform of the organization

Available options:
github,
gitlab,
bitbucket,
azure_devops
org
string
required

Organization / workspace slug

github_base_url
string

Self-hosted instance URL (also gitlab_base_url / bitbucket_base_url / azure_devops_base_url). Defaults to the cloud host.

Example:

"https://github.com"

filters
object

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

status
string
Example:

"success"

download_url
string

Presigned link to the .xlsx workbook. It needs no authentication and expires after expires_in seconds.

expires_in
integer

Lifetime of download_url, in seconds.

Example:

300

filename
string
Example:

"Hotlist_Example-Org_20260829T101500Z.xlsx"

size_bytes
integer
finding_count
integer

Rows written to the workbook.