List Pack analytics
Returns analytics data for Packs the user can edit.
Query parameters
Which Pack IDs to fetch.
ID of the workspace.
Search term used to filter down results.
Limit results to activity on or after this date.
Limit results to activity on or before this date.
Quantization period over which to view analytics.
Quantization period over which to view analytics. Defaults to daily.
An opaque token used to fetch the next page of results.
Determines how the Pack analytics returned are sorted.
Use this parameter to order the Pack analytics returned.
Direction of a sort for a table or view.
Direction to sort results in.
Limit results to only published items. If false or unspecified, returns all items including published ones.
Maximum number of results to return in this query.
Response
Response of Superhuman Pack analytics.
Example response
{
"items": [
{
"pack": {
"id": 1003,
"name": "Cool Geometry Formulas",
"createdAt": "2022-04-11T00:18:57.946Z"
},
"metrics": [
{
"date": "2020-09-02",
"docInstalls": 100,
"workspaceInstalls": 10,
"numFormulaInvocations": 100,
"numActionInvocations": 100,
"numSyncInvocations": 100,
"numMetadataInvocations": 100,
"docsActivelyUsing": 50,
"docsActivelyUsing7Day": 100,
"docsActivelyUsing30Day": 200,
"docsActivelyUsing90Day": 300,
"docsActivelyUsingAllTime": 500,
"workspacesActivelyUsing": 10,
"workspacesActivelyUsing7Day": 15,
"workspacesActivelyUsing30Day": 20,
"workspacesActivelyUsing90Day": 30,
"workspacesActivelyUsingAllTime": 50
}
]
}
],
"nextPageToken": "eyJsaW1pd",
"nextPageLink": "https://docs.superhuman.com/apis/v1/analytics/packs?pageToken=xyz"
}