Raw stats
Query raw data from a resource. Returns paginated rows with all columns.
Required permissions:
stats:read
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Query Parameters
Resource path using : as separator (e.g., 'members', 'payments:membership').
Start of time range (unix timestamp).
"2023-12-01T05:00:00.401Z"
End of time range (unix timestamp).
"2023-12-01T05:00:00.401Z"
Number of records to return (max 10000).
42
Pagination cursor for next page.
Column to sort by.
Sort direction (asc or desc).
asc, desc Scope query to a specific company.
"biz_xxxxxxxxxxxxxx"
Scope query to a specific user.
"user_xxxxxxxxxxxxx"
Response
A successful response
Result from a stats query (raw, metric, or SQL).
Column names in the order they appear in each data row.
Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.
Array of data rows, where each row is an array of values matching the columns order.
Debug information including engine and SQL.
The node path that was queried.
Pagination information.

