Request a bulk intelligence report (async)
intel_report_requestSubmit an async job to export a FULL bulk dataset for one of the Maritime Reports add-on datasets (dry_dock_dates, casualty, inspections, sales_purchase_demolitions, ownership, class_society, engine, companies). This returns the ENTIRE dataset (all records), not one vessel — for a single vessel use the matching lookup tool instead (e.g. intel_ownership, intel_inspections). Like all reports it is asynchronous: this returns a report_id and a PENDING status without waiting; submit ONCE, then poll report_status with that report_id until DONE, which yields a result_url to hand to the user to download. The server never downloads the file itself. Part of the Maritime Reports add-on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_type | Yes | Which bulk dataset report to generate. One of: dry_dock_dates, casualty, inspections, sales_purchase_demolitions, ownership, class_society, engine, companies. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| report_id | Yes | ||
| created_at | Yes | ||
| result_url | Yes | ||
| updated_at | Yes | ||
| report_type | Yes |