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
Observations
Documentation Index
Fetch the complete documentation index at: https://docs.apexscore.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
Observations