export_report
Export a saved REDCap report by its numeric ID to get a JSON array of report rows.
Instructions
Export a saved REDCap report by its ID.
Args: report_id: The numeric ID of the report (visible in the REDCap URL when viewing the report).
Returns: JSON array of report rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |