get_product
Fetch an insurance product's coverages, exclusions, deductibles, and source URL as JSON, with optional document type and edition filters.
Instructions
Return a product's structured data (coverages, exclusions, deductibles, etc.) as JSON,
plus its source_url. product_name is matched case-insensitively (substring).
Optional filters: document_type (conditions_generales | ipid | conditions_particulieres |
conditions_tarifaires) and edition (substring of the edition_date, e.g. '2026').
When one product has several documents (e.g. its CG and its IPID share the commercial
name), the general conditions with the newest edition are returned and the other
documents are listed under other_documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | ||
| edition | No | ||
| insurer_slug | Yes | ||
| product_name | Yes | ||
| document_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |