List summaries
Returns a list of AI-generated summary records for a knowledge table. Use record_type=row (the default) for per-row summaries, or record_type=table for the single table-level summary. This endpoint reflects the current index state and does not consume AI credits.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the table to retrieve summaries from.
Query Parameters
The limit on the number of objects to return, ranging between 1 and 1000.
1 <= x <= 1000A cursor to use in pagination to continue a query from the previous request. This is automatically added when the request has more results to fetch.
Which summary variant to return. row (default) returns one summary per source row. table returns the single table-level summary. Matches record_type on each Summary in the response.
row, table Response
List of summaries
list An array containing the actual response elements, paginated by any request parameters.
The stable cursor to use to get the next page of summaries.
Whether or not there are more elements available after this set. If false, this set comprises the end of the list.