Get Report Data
GET/v1/reports/:id/data
Runs a report by ID and returns the matching rows plus a total count. The shape of each row depends on the report's entityType (deal, contact, fundraising, investor, or company). Supports offset/limit pagination and an optional search overlay for deal, fundraising, investor, and company reports.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Report rows + total count
Invalid request parameters
Invalid or missing API key
Report not found
Internal server error