How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Palo Alto Networks Report API

Operations for generating and retrieving scan job reports for static and dynamic.

Palo Alto Networks Report API is one of 741 APIs that Palo Alto Networks publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Report. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 14 operations across 14 paths, and defines 58 schemas. It is described by OpenAPI 3.2.0, at version 0.7.75.

Requests are made against a single base URL, https://api.sase.paloaltonetworks.com/ai-red-teaming/data-plane.

14 operations 14 paths 58 schemas 13 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.7.75
Base URL
https://{firewall}/api/
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Palo Alto Networks Report API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 14

Across 14 paths, the API surfaces 14 operations — 13 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Report 14

Operations for generating and retrieving scan job reports for static and dynamic.

GET
/v1/report/static/{job_id}/list-attacks
List attacks for a scan
list_attacks_v1_report_static__job_id__list_attacks_get 12 params → 200422
GET
/v1/report/static/{job_id}/attack/{attack_id}
Get attack details
get_attack_detail_v1_report_static__job_id__attack__attack_id__get 2 params → 200422
GET
/v1/report/static/{job_id}/report
Get attack library report
get_attack_report_v1_report_static__job_id__report_get 1 param → 200422
GET
/v1/report/static/{job_id}/runtime-policy-config
Get attack library runtime security profile
get_static_runtime_security_policy_config_v1_report_static__job_id__runtime_policy_config_get 1 param → 200422
GET
/v1/report/static/{job_id}/remediation
Get attack library scan remediation
get_static_remediations_v1_report_static__job_id__remediation_get 1 param → 200422
GET
/v1/report/dynamic/{job_id}/report
Get agent scan report
get_dynamic_job_report_v1_report_dynamic__job_id__report_get 1 param → 200422
GET
/v1/report/dynamic/{job_id}/runtime-policy-config
Get agent scan runtime security profile
get_dynamic_runtime_security_policy_config_v1_report_dynamic__job_id__runtime_policy_config_get 1 param → 200422
GET
/v1/report/dynamic/{job_id}/remediation
Get agent scan remediation
get_dynamic_remediations_v1_report_dynamic__job_id__remediation_get 1 param → 200422
GET
/v1/report/dynamic/{job_id}/list-goals
List agent scan goals
list_dynamic_job_goals_v1_report_dynamic__job_id__list_goals_get 8 params → 200422
GET
/v1/report/dynamic/{job_id}/goal/{goal_id}/list-streams
List agent scan goal deatils
list_dynamic_job_streams_v1_report_dynamic__job_id__goal__goal_id__list_streams_get 2 params → 200422
GET
/v1/report/dynamic/stream/{stream_id}
List agent scan stream details
get_stream_detail_v1_report_dynamic_stream__stream_id__get 1 param → 200422
GET
/v1/report/{job_id}/download
Download report
download_report_v1_report__job_id__download_get 2 params → 200422
POST
/v1/report/{job_id}/generate-partial-report
Generate partial scan report
generate_partial_job_report_v1_report__job_id__generate_partial_report_post 1 param → 200422
GET
/v1/report/static/{job_id}/attack-multi-turn/{attack_id}
Get multi-turn attack details
get_attack_multi_turn_detail_v1_report_static__job_id__attack_multi_turn__attack_id__get 2 params → 200422

Schemas 58

The contract defines 58 schemas that model the data the API accepts and returns. The most detailed are AttackMultiTurnDetailResponseSchema (26 properties), AttackDetailResponseSchema (26 properties), StreamIterationDataSchema (23 properties), AttackListSchema (22 properties). Each schema is shown below with its type and property counts.

TechniqueModel
object
Pydantic model for technique data
7 properties 7 required
StaticJobReportSchema
object
Complete static job report data structure.
9 properties 1 required
StaticJobRemediationRecommendationSchema
object
Remediation recommendations with security profile and other remediations. To build and store in db
2 properties
PaginationSchema
object
1 property
AttackModality
string
Per-attack delivery modality for report display + filtering. FILE = the attack carries a document (fileurl set); TEXT = text-only. This is a per-row value (dis…
Category
string
PolicyType
string
Policy types with metadata.
ComplianceWithTechniqueModel
object
7 properties 7 required
StreamDetailResponseSchema
object
21 properties 5 required
GoalCategory
string
CategoryReportSchema
object
Security or Safety risk overview widget data.
10 properties 9 required
GoalTypeQueryParam
string
CustomTopicGuardrailsSchema
object
Custom topic guardrails with blocked topics.
2 properties
RemediationDetailSchema
object
6 properties 2 required
PrerequisiteModel
object
Pydantic model for prerequisite data
3 properties 3 required
StatusQueryParam
string
StaticJobRemediationSchema
object
Static Job Individual remediation.
9 properties 2 required
AttackFileSchema
object
Structured file reference for a multimodal (document) attack in the report. Exposed only on the attack detail response. The list response conveys type via atta…
3 properties 2 required
GoalType
string
ComplianceSubCategory
string
AttackListResponseSchema
object
Response schema for listing attacks following common pagination pattern.
2 properties 2 required
RuntimeSecurityPolicySchema
object
Runtime security policy configuration.
3 properties 3 required
AttackDetailResponseSchema
object
26 properties 13 required
AttackOutputResponseSchema
object
API response schema — excludes internal/debug fields from client responses.
10 properties 6 required
RemediationResponseSchema
object
1 property
GoalListResponseSchema
object
Response schema for listing attacks following common pagination pattern.
2 properties 2 required
SafetySubCategory
string
AttackMultiTurnDetailResponseSchema
object
26 properties 13 required
AttackMultiTurnOutputResponseSchema
object
API response schema — excludes internal/debug fields from client responses.
14 properties 8 required
SeverityStatsSchema
object
Breakdown for a single severity level.
3 properties 1 required
AttackStatus
string
SubCategoryStatsSchema
object
Statistics for a specific subcategory.
10 properties 5 required
RuntimeSecurityProfileResponseSchema
object
1 property
PromptInjectionGuardrailSchema
object
Guardrail configuration for prompt injection.
1 property
FileFormat
string
File format options for report downloads.
ComplianceTechniqueSchema
object
Compliance Technique Model
10 properties 7 required
GoalSchema
object
16 properties 6 required
AttackType
string
GoalResponseSchema
object
API response schema for Goals.
15 properties 6 required
ComplianceReportSchema
object
8 properties 7 required
AttackListSchema
object
22 properties 11 required
BrandSubCategory
string
DynamicJobReportSchema
object
Core metrics for report generation.
7 properties
ValidationError
object
3 properties 3 required
StreamListResponseSchema
object
Response schema for listing attacks following common pagination pattern.
2 properties 2 required
StreamIterationDataSchema
object
Main stream iteration data - one row per iteration.
23 properties 11 required
GuardrailAction
string
Actions that can be taken by guardrails.
SensitiveDataProtectionSchema
object
Guardrail configuration for sensitive data protection.
2 properties
ToxicContentGuardrailSchema
object
Guardrail configuration for toxic content with severity levels.
2 properties
MaliciousURLDetectionSchema
object
Guardrail configuration for malicious URL detection.
1 property
SecuritySubCategory
string
SeverityReportSchema
object
Attack Severity statistics with breakdown by severity level.
4 properties 1 required
SeverityFilter
string
Severity filter enum for API filtering - uses string values.
HTTPValidationError
object
1 property
StreamSchema
object
18 properties 5 required
MaliciousCodeDetectionSchema
object
Guardrail configuration for malicious code detection.
1 property
StreamIterationDataResponseSchema
object
API response schema for Stream Iteration Data.
21 properties 11 required
StreamType
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

palo-alto-networks-report-api-openapi.yml Raw ↑

Other APIs Palo Alto Networks publishes across the network.

PAN-OS XML API
PAN-OS OpenConfig API
Panorama API
AutoFocus API (Deprecated)
Prisma SASE Service Status API
Cross-Platform Service Status API
SASE Authentication Service API
Expedition API (Deprecated)
VM-Series Licensing API
Palo Alto Networks 5G Deregistered Trend API
Palo Alto Networks 5G Network Interconnects and Bandwidth API
Palo Alto Networks 5G Registered Trend API
Where this information came from

This is an independent, third-party profile of Palo Alto Networks Report API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.