List file summaries
GET /file-summaries
List file summaries with optional filtering by file IDs, document type, and generation method. Supports pagination and ordering.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Filter by file summary IDs (comma-delimited)
Filter by file summary IDs (comma-delimited)
Filter by file IDs (comma-delimited)
Filter by file IDs (comma-delimited)
Filter by document type
Filter by document type
Filter by generation method
Filter by generation method
Page number for pagination (1-indexed)
Page number for pagination (1-indexed)
Number of results per page (1-100, default: 10)
Number of results per page (1-100, default: 10)
Field to sort results by
Field to sort results by
Sort direction: ascending or descending
Sort direction: ascending or descending
Responses
Section titled “ Responses ”List of file summaries
object
Array of file summaries
object
Unique identifier for the file summary record
ID of the file this summary belongs to
High-level description of the document’s contents
Document type classification (e.g., ‘financial_report’, ‘contract’)
Number of pages in the document
Sections within the document with headings and summaries
object
Section heading or title
Brief summary of this section’s content
Named entities extracted from the document
object
Entity name as it appears in the document
Entity type (e.g., ‘person’, ‘organization’, ‘date’)
How the summary was generated
When the summary was created
Total number of matching records
Current page number
Number of items per page
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions