List Reports
GET/v1/reports
Returns saved reports the calling user has access to for the given entityType (one of contact, deal, fundraising, investor, company). Each item is a lightweight projection — id, name, entityType, creatorId, createdAt, updatedAt. Call GET /v1/reports/:id to fetch pipelineId, columns, and the full configuration. Per-user system reports (recent activity, notes digest) are excluded.
Request
Responses
- 200
- 400
- 401
- 500
List of reports
Invalid request parameters
Invalid or missing API key
Internal server error