Run Saved Report
POST/api/v2/custom-reports/1/run
Execute a saved custom report by ID. The report must belong to or be shared with the authenticated user.
Optional body parameter:
limit(integer, default 500): Maximum number of rows to return
Returns 404 if the report is not found. Returns 422 if the report definition is invalid (e.g., references unknown entities or columns).
Request
Responses
- 200
Successful response