Skip to main content
POST
https://api.aisa.one/apis/v1
/
apollo
/
reports
/
sync_report
Query Analytics Report
curl --request POST \
  --url https://api.aisa.one/apis/v1/apollo/reports/sync_report \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "metrics": [
    "<string>"
  ],
  "group_by": [
    "<string>"
  ],
  "pivot_group_by": [
    "<string>"
  ],
  "sorts": [
    "<string>"
  ],
  "filters": "<string>",
  "date_range": {}
}
'
{
  "report": {}
}

Documentation Index

Fetch the complete documentation index at: https://aisa.one/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
metrics
string[]

Metrics to compute.

group_by
string[]

Dimensions to group by.

pivot_group_by
string[]

Optional pivot dimensions.

sorts
string[]

Sort specs.

filters
string

Filter specs.

date_range
object

Date range filter (when supported).

Response

Successful response

report
object

Report result (shape depends on request).