Read the list summary plus rows, columns, and cells for the requested segment in a single response.
segment (default people). Pass ?segment=companies to read the company-side view.
The response returns everything needed to render the spreadsheet view in one call — no separate paginated fetches required. For larger lists, prefer GET /api/lists/{id}/rows which pages and returns row-level cells.
/api/lists/{id} with other verbs. See Update a list to rename, or Delete a list to cascade-delete the list and all its rows, columns, and cells.rows, list_cells) and companies (list_company_rows, list_company_cells). Passing ?segment=companies switches the response to the company side. Column shapes differ per segment: subject: "person" columns attach to rows, subject: "company" columns attach to company rows.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List UUID.
^([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)$Which segment of the list to return. Defaults to people.
people, companies List with its rows, columns, and cells. rows and cells shapes change based on segment.