Get insights
Insights
Get insights
Retrieve insights for the workspace. Supports three query modes: ‘last’ for a rolling time window (e.g., ‘30m’, ‘2h’), ‘from’/‘to’ for a date range (RFC3339), or no time params for most recent insights.
GET
Get insights
This endpoint requires the
insight.stream scope on your API key.Query Modes
Last N minutes/hours
Use thelast parameter with a duration string:
Between two dates
Usefrom and to parameters with RFC3339 UTC timestamps:
Most recent (default)
With no time parameters, returns the most recent insights:Authorizations
API key for authentication (format: "Bearer YOUR_API_KEY")
Query Parameters
Rolling time window (e.g., '30m', '2h', '1d')
Start of date range (RFC3339 UTC timestamp)
End of date range (RFC3339 UTC timestamp)
Maximum number of insights to return
Response
List of insights
Array of insight objects
Last modified on June 14, 2026