
CrowdStrike GetReportPDF
CertifiedEnterprise EditionDownload a CrowdStrike Falcon threat intelligence report PDF
CrowdStrike GetReportPDF
Download a CrowdStrike Falcon threat intelligence report PDF
Downloads the PDF rendition of an intelligence report and writes it to Kestra's internal storage. The downloaded payload is validated as a real PDF (its %PDF magic bytes) before being persisted, so a report-not-found or other non-PDF error response is never silently stored as a corrupt file.
type: io.kestra.plugin.ee.crowdstrike.intel.GetReportPDFExamples
Download a report and pass its URI downstream
id: get_report_pdf
namespace: company.team
tasks:
- id: get_report_pdf
type: io.kestra.plugin.ee.crowdstrike.intel.GetReportPDF
clientId: "{{ secret('CROWDSTRIKE_CLIENT_ID') }}"
clientSecret: "{{ secret('CROWDSTRIKE_CLIENT_SECRET') }}"
reportId: "12345"
Properties
clientId *Requiredstring
API client ID
Client ID of a CrowdStrike API client with the scopes required by the tasks and triggers being used.
clientSecret *Requiredstring
API client secret
Client secret of the CrowdStrike API client. Exchanged for a short-lived OAuth2 Bearer token on every task run and trigger poll; never logged.
baseUrl string
https://api.crowdstrike.comCrowdStrike API base URL
Base URL of the CrowdStrike Falcon API for your cloud region (for example: https://api.crowdstrike.com for US-1, https://api.us-2.crowdstrike.com for US-2, https://api.eu-1.crowdstrike.com for EU-1, or https://api.laggar.gcw.crowdstrike.com for US-GOV-1). Defaults to the US-1 endpoint. Using the wrong region for your tenant results in 403 Forbidden responses.
reportId string
Report ID
ID of the intelligence report to download, typically obtained from SearchReports.
Outputs
uri string
uriURI of the downloaded PDF in Kestra's internal storage