Get a company's meetings
Portfolio
Get a company's meetings
Meetings for a single company, newest first. Cursor-paginated over the meeting’s start time. For a single meeting (and its notes), use GET /meetings/:id.
GET
Get a company's meetings
Authorizations
Your workspace API key (cura_…), sent as Authorization: Bearer <key>.
Path Parameters
Portfolio company id.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Query Parameters
Max meetings to return (1–100).
Required range:
1 <= x <= 100Example:
50
Return meetings that started before this ISO 8601 timestamp (from pagination.nextCursor).
Example:
"2026-05-30T14:00:00.000Z"