read_job_report_file
Read a job report file by its ID to view the detailed contents of a specific report when a job has multiple report files.
Instructions
Read one report file belonging to a job (POST /api/v2/read-job-file). Use it for the individual files listed by list_file_job_reports when a job produced more than one report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID | |
| job_file_id | Yes | Report file ID, from list_file_job_reports | |
| footprint_id | Yes | File footprintId, from get_file |