{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/prisma-access-insights-api-export-job-response-structure.json", "name": "ExportJobResponse", "description": "Response from a submitted export job", "type": "object", "properties": { "job_id": { "type": "string", "description": "Unique identifier for the export job" }, "status": { "type": "string", "description": "Current job status", "enum": [ "PENDING", "RUNNING", "COMPLETED", "FAILED" ] }, "submitted_at": { "type": "datetime", "description": "Job submission timestamp" } } }