export_comments
Create a downloadable CSV for all feedback matching authorized project, date, author, asset, and status filters, including attachment links. The artifact includes expiry and row count. Use start_task for large exports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Page path, for example /pricing. | |
| tags | No | One or more comma-separated tag names. | |
| query | No | Search feedback text and titles. | |
| author | No | Author name or email. | |
| search | No | Search feedback text and titles; equivalent to query. | |
| source | No | all | |
| status | No | One or more comma-separated status names. | |
| asset_id | No | Restrict asset feedback to this asset ID. | |
| priority | No | One or more comma-separated priorities. | |
| project_id | No | Authorized project ID, project slug, domain, or public key. Defaults to the configured project when omitted. | |
| project_ids | No | Only search these authorized project IDs. | |
| created_after | No | Inclusive lower creation timestamp, with timezone. | |
| created_before | No | Inclusive upper creation timestamp, with timezone. | |
| include_archived | No | Include archived feedback; defaults to false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||