v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBSummaries
Get summary
Get a summary for the given id
get/v6/summaries/{id}
Path parameters
idstring required
The id of the summary
Response
Success
Example response
{
"data": {
"id": "sum_123456789",
"summary": "Monthly financial summary for January 2024",
"date": "2025-01-01",
"status": "ACTIVE",
"company": {
"id": "co_123456",
"name": "ACME Corp"
}
}
}