Skip to main content
GET
/
v1
/
orgs
/
{org_id}
/
insights
/
history
List insight snapshots over time
curl --request GET \
  --url http://localhost:3000/v1/orgs/{org_id}/insights/history \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Query Parameters

period_type
enum<string>
Available options:
daily,
weekly,
monthly,
custom
limit
integer
Required range: 1 <= x <= 100
cursor
string

Response

200

Default Response