Maximum number of results to return in this query.
scalestring
Quantization period over which to view analytics. Defaults to daily.
packIdinteger
Required
ID of the Pack for which to retrieve formula analytics. You must have edit access to the pack.
orderBystring
Field by which to sort the analytics results. Options include date, formulaName, formulaInvocations, medianLatencyMs, errors, docsActivelyUsing, and various time-based active usage metrics.
directionstring
Direction to sort results in. Use 'ascending' for lowest to highest, 'descending' for highest to lowest.
pageTokenstring
An opaque token used to fetch the next page of results.
sinceDatestring
Limit results to activity on or after this date. Use ISO 8601 date format (e.g., '2024-01-15').
untilDatestring
Limit results to activity on or before this date. Use ISO 8601 date format (e.g., '2024-12-31').
packFormulaNamesarray
A list of Pack formula names (case-sensitive) for which to retrieve analytics. If not specified, returns analytics for all formulas in the pack.
packFormulaTypesarray
A list of Pack formula types corresponding to the `packFormulaNames`. If specified, this must have the same length as `packFormulaNames`.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not