Reports
Observations
Retrieves information on all the report’s filterables and the various calculations done on their options that identify segments of interest.
The filterables returned are in a specific sort order:
- has_presentable_calculations DESC (True->False)
- is_noteworthy DESC (True->False)
- largest_apex_delta DESC
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A UUID string identifying this report.
Query Parameters
Optional configuration id to retrieve. If not provided, the primary configuration will be used.
Response
200 - application/json
The response is of type object
.